Home
last modified time | relevance | path

Searched refs:OldParentL (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp250 Loop *OldParentL = L.getParentLoop(); in hoistLoopToNewParent() local
251 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()