Lines Matching refs:getParentLoop
332 Loop *OldParentL = L.getParentLoop(); in hoistLoopToNewParent()
371 OldContainingL = OldContainingL->getParentLoop()) { in hoistLoopToNewParent()
405 Current = Current->getParentLoop(); in getTopMostExitingLoop()
1338 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()
1339 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()
1428 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop()) in buildClonedLoops()
1626 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { in deleteDeadBlocksFromLoop()
1820 if (!LoopBlockSet.empty() && L.getParentLoop() != ParentL) { in rebuildLoopAfterUnswitch()
1822 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch()
1823 IL = IL->getParentLoop()) { in rebuildLoopAfterUnswitch()
1833 L.getParentLoop()->removeChildLoop(&L); in rebuildLoopAfterUnswitch()
1867 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. in rebuildLoopAfterUnswitch()
1892 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
1941 for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
1982 if (Loop *ParentL = L.getParentLoop()) in rebuildLoopAfterUnswitch()
2095 Loop *ParentL = L.getParentLoop(); in unswitchNontrivialInvariants()
2444 OuterL = OuterL->getParentLoop()) in unswitchNontrivialInvariants()
2458 if (UpdatedL->getParentLoop() == ParentL) in unswitchNontrivialInvariants()
2623 auto *ParentL = L.getParentLoop(); in CalculateUnswitchCostMultiplier()