Lines Matching refs:getParentLoop

419   Loop *OldParentL = L.getParentLoop();  in hoistLoopToNewParent()
458 OldContainingL = OldContainingL->getParentLoop()) { in hoistLoopToNewParent()
493 Current = Current->getParentLoop(); in getTopMostExitingLoop()
1455 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()
1456 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()
1545 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop()) in buildClonedLoops()
1743 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { in deleteDeadBlocksFromLoop()
1940 if (!LoopBlockSet.empty() && L.getParentLoop() != ParentL) { in rebuildLoopAfterUnswitch()
1942 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch()
1943 IL = IL->getParentLoop()) { in rebuildLoopAfterUnswitch()
1953 L.getParentLoop()->removeChildLoop(&L); in rebuildLoopAfterUnswitch()
1987 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. in rebuildLoopAfterUnswitch()
2012 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
2061 for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
2102 if (Loop *ParentL = L.getParentLoop()) in rebuildLoopAfterUnswitch()
2257 Loop *ParentL = L.getParentLoop(); in unswitchNontrivialInvariants()
2633 OuterL = OuterL->getParentLoop()) in unswitchNontrivialInvariants()
2647 if (UpdatedL->getParentLoop() == ParentL) in unswitchNontrivialInvariants()
2845 auto *ParentL = L.getParentLoop(); in CalculateUnswitchCostMultiplier()
3646 Parent = Parent->getParentLoop(); in unswitchLoop()