Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp987 auto *ClonedParentBB = cast<BasicBlock>(VMap.lookup(ParentBB)); in buildClonedLoopBlocks() local
996 ClonedSuccBB->removePredecessor(ClonedParentBB, in buildClonedLoopBlocks()
1003 ClonedParentBB->getTerminator()->eraseFromParent(); in buildClonedLoopBlocks()
1004 BranchInst::Create(ClonedSuccBB, ClonedParentBB); in buildClonedLoopBlocks()
1014 if (PN.getIncomingBlock(i) != ClonedParentBB) in buildClonedLoopBlocks()