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

References

lib/Transforms/Utils/LoopUnrollAndJam.cpp
  642           if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) {
  649           assert(LoopDepth + 1 <= D->getLevels());
  650           if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT &&
  651               D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) {