Searched refs:ClonedParentBB (Results 1 – 1 of 1) sorted by relevance
987 auto *ClonedParentBB = cast<BasicBlock>(VMap.lookup(ParentBB)); in buildClonedLoopBlocks() local996 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()