Lines Matching refs:getLoopFor
419 if (Loop *ExitL = LI.getLoopFor(ExitBB)) in hoistLoopToNewParent()
433 assert(OldParentL == LI.getLoopFor(&Preheader) && in hoistLoopToNewParent()
480 Loop *TopMost = LI.getLoopFor(ExitBB); in getTopMostExitingLoop()
1358 if (LI.getLoopFor(BB) == &OrigL) in cloneLoopNest()
1430 if (Loop *ExitL = LI.getLoopFor(ExitBB)) { in buildClonedLoops()
1518 if (LI.getLoopFor(BB) == &OrigL) { in buildClonedLoops()
1633 assert(LI.getLoopFor(BB) == OuterL && in buildClonedLoops()
1829 if (Loop *InnerL = LI.getLoopFor(BB)) in recomputeLoopBlockSet()
1906 if (Loop *ExitL = LI.getLoopFor(ExitBB)) { in rebuildLoopAfterUnswitch()
1986 Loop &ExitL = *LI.getLoopFor(ExitBB); in rebuildLoopAfterUnswitch()
2010 ExitL.contains(LI.getLoopFor(PredBB))) && in rebuildLoopAfterUnswitch()
2031 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch()
2045 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch()
2072 if (auto *NewParentL = LI.getLoopFor(HoistedL->getLoopPreheader())) in rebuildLoopAfterUnswitch()
2235 assert(LI.getLoopFor(ParentBB) == &L && "Branch in an inner loop!"); in unswitchNontrivialInvariants()
2910 if (LI.getLoopFor(BB) != &L) in collectUnswitchCandidates()
3066 assert(LI.getLoopFor(Candidate.TI->getParent()) == &L && in injectPendingInvariantConditions()
3222 if (LI.getLoopFor(BB) != &L) in collectUnswitchCandidatesWithInjections()