Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1295 auto *ClonedParentBB = cast<BasicBlock>(VMap.lookup(ParentBB)); in buildClonedLoopBlocks()
1304 ClonedSuccBB->removePredecessor(ClonedParentBB, in buildClonedLoopBlocks()
1311 Instruction *ClonedTerminator = ClonedParentBB->getTerminator(); in buildClonedLoopBlocks()
1320 Instruction *BI = BranchInst::Create(ClonedSuccBB, ClonedParentBB); in buildClonedLoopBlocks()
1336 if (PN.getIncomingBlock(i) != ClonedParentBB) in buildClonedLoopBlocks()
1294 auto *ClonedParentBB = cast<BasicBlock>(VMap.lookup(ParentBB)); buildClonedLoopBlocks() local