Searched refs:OldParentL (Results 1 – 1 of 1) sorted by relevance
250 Loop *OldParentL = L.getParentLoop(); in hoistLoopToNewParent() local251 if (!OldParentL) in hoistLoopToNewParent()262 if (NewParentL == OldParentL) in hoistLoopToNewParent()267 assert(NewParentL->contains(OldParentL) && in hoistLoopToNewParent()272 assert(OldParentL == LI.getLoopFor(&Preheader) && in hoistLoopToNewParent()277 OldParentL->removeChildLoop(&L); in hoistLoopToNewParent()288 for (Loop *OldContainingL = OldParentL; OldContainingL != NewParentL; in hoistLoopToNewParent()