Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1170 BasicBlock *UnswitchedSuccBB, BasicBlock *ContinueSuccBB, in buildClonedLoopBlocks() argument
1197 return It != DominatingSucc.end() && It->second != UnswitchedSuccBB; in buildClonedLoopBlocks()
1297 if (SuccBB == UnswitchedSuccBB) in buildClonedLoopBlocks()
1310 auto *ClonedSuccBB = cast<BasicBlock>(VMap.lookup(UnswitchedSuccBB)); in buildClonedLoopBlocks()
2426 BasicBlock *UnswitchedSuccBB = *UnswitchedSuccBBs.begin(); in unswitchNontrivialInvariants()
2427 UnswitchedSuccBB->removePredecessor(ParentBB, in unswitchNontrivialInvariants()
2429 DTUpdates.push_back({DominatorTree::Delete, ParentBB, UnswitchedSuccBB}); in unswitchNontrivialInvariants()
2425 BasicBlock *UnswitchedSuccBB = *UnswitchedSuccBBs.begin(); unswitchNontrivialInvariants() local