Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp288 for (Loop *OldContainingL = OldParentL; OldContainingL != NewParentL; in hoistLoopToNewParent() local
289 OldContainingL = OldContainingL->getParentLoop()) { in hoistLoopToNewParent()
290 llvm::erase_if(OldContainingL->getBlocksVector(), in hoistLoopToNewParent()
295 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent()
297 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent()
302 formLCSSA(*OldContainingL, DT, &LI, nullptr); in hoistLoopToNewParent()
307 assert(OldContainingL->hasDedicatedExits() && in hoistLoopToNewParent()