Searched refs:OtherDest (Results 1 – 1 of 1) sorted by relevance
4485 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local4499 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()4507 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()4532 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()4535 Updates.push_back({DominatorTree::Insert, PBI->getParent(), OtherDest}); in SimplifyCondBranchToCondBranch()4566 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()5563 BasicBlock *OtherDest = nullptr; in TurnSwitchRangeIntoICmp() local5567 OtherDest = DestB; in TurnSwitchRangeIntoICmp()5571 OtherDest = DestA; in TurnSwitchRangeIntoICmp()5591 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp()[all …]