Searched refs:OldContainingL (Results 1 – 1 of 1) sorted by relevance
451 for (Loop *OldContainingL = OldParentL; OldContainingL != NewParentL; in hoistLoopToNewParent() local 452 OldContainingL = OldContainingL->getParentLoop()) { in hoistLoopToNewParent() 453 llvm::erase_if(OldContainingL->getBlocksVector(), in hoistLoopToNewParent() 458 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent() 460 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent() 465 formLCSSA(*OldContainingL, DT, &LI, SE); in hoistLoopToNewParent() 472 formDedicatedExitBlocks(OldContainingL, &DT, &LI, MSSAU, in hoistLoopToNewParent()