Lines Matching refs:getParentLoop

411   Loop *OldParentL = L.getParentLoop();  in hoistLoopToNewParent()
450 OldContainingL = OldContainingL->getParentLoop()) { in hoistLoopToNewParent()
485 Current = Current->getParentLoop(); in getTopMostExitingLoop()
1436 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()
1437 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()
1526 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop()) in buildClonedLoops()
1724 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { in deleteDeadBlocksFromLoop()
1921 if (!LoopBlockSet.empty() && L.getParentLoop() != ParentL) { in rebuildLoopAfterUnswitch()
1923 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch()
1924 IL = IL->getParentLoop()) { in rebuildLoopAfterUnswitch()
1934 L.getParentLoop()->removeChildLoop(&L); in rebuildLoopAfterUnswitch()
1968 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. in rebuildLoopAfterUnswitch()
1993 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
2042 for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
2083 if (Loop *ParentL = L.getParentLoop()) in rebuildLoopAfterUnswitch()
2238 Loop *ParentL = L.getParentLoop(); in unswitchNontrivialInvariants()
2607 OuterL = OuterL->getParentLoop()) in unswitchNontrivialInvariants()
2621 if (UpdatedL->getParentLoop() == ParentL) in unswitchNontrivialInvariants()
2818 auto *ParentL = L.getParentLoop(); in CalculateUnswitchCostMultiplier()
3617 Parent = Parent->getParentLoop(); in unswitchLoop()