reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Analysis/DependenceAnalysis.cpp
  263 unsigned FullDependence::getDirection(unsigned Level) const {

References

lib/Analysis/DependenceAnalysis.cpp
  613         unsigned Direction = getDirection(II);
lib/Analysis/DependenceGraphBuilder.cpp
  193               if (D->getDirection(Level) == Dependence::DVEntry::EQ)
  195               else if (D->getDirection(Level) == Dependence::DVEntry::GT) {
  200               } else if (D->getDirection(Level) == Dependence::DVEntry::LT)
lib/Transforms/Scalar/LoopInterchange.cpp
  151             unsigned Dir = D->getDirection(II);
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  642           if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) {
  650           if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT &&
  651               D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) {