Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp338 Loop *NewParentL = nullptr; in hoistLoopToNewParent() local
341 if (!NewParentL || NewParentL->contains(ExitL)) in hoistLoopToNewParent()
342 NewParentL = ExitL; in hoistLoopToNewParent()
344 if (NewParentL == OldParentL) in hoistLoopToNewParent()
348 if (NewParentL) in hoistLoopToNewParent()
349 assert(NewParentL->contains(OldParentL) && in hoistLoopToNewParent()
356 LI.changeLoopFor(&Preheader, NewParentL); in hoistLoopToNewParent()
362 if (NewParentL) in hoistLoopToNewParent()
363 NewParentL->addChildLoop(&L); in hoistLoopToNewParent()
370 for (Loop *OldContainingL = OldParentL; OldContainingL != NewParentL; in hoistLoopToNewParent()
[all …]