Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp989 BasicBlock *UnswitchedSuccBB, BasicBlock *ContinueSuccBB, in buildClonedLoopBlocks() argument
1015 return It != DominatingSucc.end() && It->second != UnswitchedSuccBB; in buildClonedLoopBlocks()
1105 if (SuccBB == UnswitchedSuccBB) in buildClonedLoopBlocks()
1118 auto *ClonedSuccBB = cast<BasicBlock>(VMap.lookup(UnswitchedSuccBB)); in buildClonedLoopBlocks()
2119 BasicBlock *UnswitchedSuccBB = *UnswitchedSuccBBs.begin(); in unswitchNontrivialInvariants() local
2120 UnswitchedSuccBB->removePredecessor(ParentBB, in unswitchNontrivialInvariants()
2122 DTUpdates.push_back({DominatorTree::Delete, ParentBB, UnswitchedSuccBB}); in unswitchNontrivialInvariants()