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