Searched refs:CurLoopDepth (Results 1 – 1 of 1) sorted by relevance
653 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesForwardDependence() local654 ++CurLoopDepth) { in preservesForwardDependence()655 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()670 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesBackwardDependence() local671 ++CurLoopDepth) { in preservesBackwardDependence()672 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()730 for (unsigned CurLoopDepth = 1; CurLoopDepth < UnrollLevel; ++CurLoopDepth) in checkDependency() local731 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()778 unsigned CurLoopDepth = CurLoop->getLoopDepth(); in checkDependencies() local783 unsigned CommonLoopDepth = std::min(EarlierDepth, CurLoopDepth); in checkDependencies()[all …]