Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp981 if (auto *ClonedSuccBB = cast_or_null<BasicBlock>(VMap.lookup(SuccBB))) in buildClonedLoopBlocks() local
982 for (PHINode &PN : ClonedSuccBB->phis()) in buildClonedLoopBlocks()
992 auto *ClonedSuccBB = cast_or_null<BasicBlock>(VMap.lookup(SuccBB)); in buildClonedLoopBlocks() local
993 if (!ClonedSuccBB) in buildClonedLoopBlocks()
996 ClonedSuccBB->removePredecessor(ClonedParentBB, in buildClonedLoopBlocks()
1002 auto *ClonedSuccBB = cast<BasicBlock>(VMap.lookup(UnswitchedSuccBB)); in buildClonedLoopBlocks() local
1004 BranchInst::Create(ClonedSuccBB, ClonedParentBB); in buildClonedLoopBlocks()
1009 for (PHINode &PN : ClonedSuccBB->phis()) { in buildClonedLoopBlocks()