Lines Matching refs:getParentLoop
354 Loop *OldParentL = L.getParentLoop(); in hoistLoopToNewParent()
393 OldContainingL = OldContainingL->getParentLoop()) { in hoistLoopToNewParent()
427 Current = Current->getParentLoop(); in getTopMostExitingLoop()
1364 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()
1365 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()
1454 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop()) in buildClonedLoops()
1652 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { in deleteDeadBlocksFromLoop()
1846 if (!LoopBlockSet.empty() && L.getParentLoop() != ParentL) { in rebuildLoopAfterUnswitch()
1848 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch()
1849 IL = IL->getParentLoop()) { in rebuildLoopAfterUnswitch()
1859 L.getParentLoop()->removeChildLoop(&L); in rebuildLoopAfterUnswitch()
1893 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. in rebuildLoopAfterUnswitch()
1918 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
1967 for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
2008 if (Loop *ParentL = L.getParentLoop()) in rebuildLoopAfterUnswitch()
2122 Loop *ParentL = L.getParentLoop(); in unswitchNontrivialInvariants()
2494 OuterL = OuterL->getParentLoop()) in unswitchNontrivialInvariants()
2508 if (UpdatedL->getParentLoop() == ParentL) in unswitchNontrivialInvariants()
2673 auto *ParentL = L.getParentLoop(); in CalculateUnswitchCostMultiplier()