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