Lines Matching refs:OtherDest
2787 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local
2800 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()
2806 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()
2830 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()
2859 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()
3588 BasicBlock *OtherDest = nullptr; in TurnSwitchRangeIntoICmp() local
3592 OtherDest = DestB; in TurnSwitchRangeIntoICmp()
3596 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
3615 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp()
3647 for (auto BBI = OtherDest->begin(); isa<PHINode>(BBI); ++BBI) { in TurnSwitchRangeIntoICmp()
3649 if (OtherDest == SI->getDefaultDest()) ++PreviousEdges; in TurnSwitchRangeIntoICmp()