Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp873 BasicBlock *UnswitchedSuccBB, BasicBlock *ContinueSuccBB, in buildClonedLoopBlocks() argument
899 return It != DominatingSucc.end() && It->second != UnswitchedSuccBB; in buildClonedLoopBlocks()
989 if (SuccBB == UnswitchedSuccBB) in buildClonedLoopBlocks()
1002 auto *ClonedSuccBB = cast<BasicBlock>(VMap.lookup(UnswitchedSuccBB)); in buildClonedLoopBlocks()
1934 BasicBlock *UnswitchedSuccBB = *UnswitchedSuccBBs.begin(); in unswitchNontrivialInvariants() local
1935 UnswitchedSuccBB->removePredecessor(ParentBB, in unswitchNontrivialInvariants()
1937 DTUpdates.push_back({DominatorTree::Delete, ParentBB, UnswitchedSuccBB}); in unswitchNontrivialInvariants()