Searched refs:OtherDest (Results 1 – 1 of 1) sorted by relevance
2787 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local2800 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() local3592 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()[all …]