Searched refs:CurLoopDepth (Results 1 – 1 of 1) sorted by relevance
651 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesForwardDependence() local652 ++CurLoopDepth) { in preservesForwardDependence()653 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()668 for (unsigned CurLoopDepth = UnrollLevel + 1; CurLoopDepth <= JamLevel; in preservesBackwardDependence() local669 ++CurLoopDepth) { in preservesBackwardDependence()670 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()728 for (unsigned CurLoopDepth = 1; CurLoopDepth < UnrollLevel; ++CurLoopDepth) in checkDependency() local729 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()776 unsigned CurLoopDepth = CurLoop->getLoopDepth(); in checkDependencies() local781 unsigned CommonLoopDepth = std::min(EarlierDepth, CurLoopDepth); in checkDependencies()[all …]