Lines Matching defs:CurLoopDepth
650 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel;
651 ++CurLoopDepth) {
652 auto JammedDir = D->getDirection(CurLoopDepth);
667 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel;
668 ++CurLoopDepth) {
669 auto JammedDir = D->getDirection(CurLoopDepth);
727 for (unsigned CurLoopDepth = 1; CurLoopDepth < UnrollLevel; ++CurLoopDepth)
728 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ))
775 unsigned CurLoopDepth = CurLoop->getLoopDepth();
780 unsigned CommonLoopDepth = std::min(EarlierDepth, CurLoopDepth);
792 LoopDepth, CurLoopDepth, true, DI))