Searched refs:UnswitchedSuccBB (Results 1 – 1 of 1) sorted by relevance
989 BasicBlock *UnswitchedSuccBB, BasicBlock *ContinueSuccBB, in buildClonedLoopBlocks() argument1015 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() local2120 UnswitchedSuccBB->removePredecessor(ParentBB, in unswitchNontrivialInvariants()2122 DTUpdates.push_back({DominatorTree::Delete, ParentBB, UnswitchedSuccBB}); in unswitchNontrivialInvariants()