Lines Matching refs:getParentLoop

413   Loop *OldParentL = L.getParentLoop();  in hoistLoopToNewParent()
452 OldContainingL = OldContainingL->getParentLoop()) { in hoistLoopToNewParent()
487 Current = Current->getParentLoop(); in getTopMostExitingLoop()
1450 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()
1451 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()
1540 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop()) in buildClonedLoops()
1738 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { in deleteDeadBlocksFromLoop()
1935 if (!LoopBlockSet.empty() && L.getParentLoop() != ParentL) { in rebuildLoopAfterUnswitch()
1937 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch()
1938 IL = IL->getParentLoop()) { in rebuildLoopAfterUnswitch()
1948 L.getParentLoop()->removeChildLoop(&L); in rebuildLoopAfterUnswitch()
1982 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. in rebuildLoopAfterUnswitch()
2007 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
2056 for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
2097 if (Loop *ParentL = L.getParentLoop()) in rebuildLoopAfterUnswitch()
2252 Loop *ParentL = L.getParentLoop(); in unswitchNontrivialInvariants()
2627 OuterL = OuterL->getParentLoop()) in unswitchNontrivialInvariants()
2641 if (UpdatedL->getParentLoop() == ParentL) in unswitchNontrivialInvariants()
2840 auto *ParentL = L.getParentLoop(); in CalculateUnswitchCostMultiplier()
3639 Parent = Parent->getParentLoop(); in unswitchLoop()