Lines Matching refs:CurLoopDepth
656 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesForwardDependence() local
657 ++CurLoopDepth) { in preservesForwardDependence()
658 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()
673 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesBackwardDependence() local
674 ++CurLoopDepth) { in preservesBackwardDependence()
675 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()
733 for (unsigned CurLoopDepth = 1; CurLoopDepth < UnrollLevel; ++CurLoopDepth) in checkDependency() local
734 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()
781 unsigned CurLoopDepth = CurLoop->getLoopDepth(); in checkDependencies() local
786 unsigned CommonLoopDepth = std::min(EarlierDepth, CurLoopDepth); in checkDependencies()
798 LoopDepth, CurLoopDepth, true, DI)) in checkDependencies()