Searched refs:UnswitchedSuccBB (Results 1 – 1 of 1) sorted by relevance
1170 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