Lines Matching defs:CurLoopDepth
651 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel;
652 ++CurLoopDepth) {
653 auto JammedDir = D->getDirection(CurLoopDepth);
668 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel;
669 ++CurLoopDepth) {
670 auto JammedDir = D->getDirection(CurLoopDepth);
728 for (unsigned CurLoopDepth = 1; CurLoopDepth < UnrollLevel; ++CurLoopDepth)
729 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ))
776 unsigned CurLoopDepth = CurLoop->getLoopDepth();
781 unsigned CommonLoopDepth = std::min(EarlierDepth, CurLoopDepth);
793 LoopDepth, CurLoopDepth, true, DI))