Searched refs:OldParentL (Results 1 – 1 of 1) sorted by relevance
419 Loop *OldParentL = L.getParentLoop(); in hoistLoopToNewParent() local420 if (!OldParentL) in hoistLoopToNewParent()431 if (NewParentL == OldParentL) in hoistLoopToNewParent()436 assert(NewParentL->contains(OldParentL) && in hoistLoopToNewParent()441 assert(OldParentL == LI.getLoopFor(&Preheader) && in hoistLoopToNewParent()446 OldParentL->removeChildLoop(&L); in hoistLoopToNewParent()457 for (Loop *OldContainingL = OldParentL; OldContainingL != NewParentL; in hoistLoopToNewParent()