Lines Matching refs:OtherDest
2461 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local
2474 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()
2480 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()
2504 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()
2533 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()
3170 BasicBlock *OtherDest = nullptr; in TurnSwitchRangeIntoICmp() local
3174 OtherDest = DestB; in TurnSwitchRangeIntoICmp()
3178 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
3197 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp()
3229 for (auto BBI = OtherDest->begin(); isa<PHINode>(BBI); ++BBI) { in TurnSwitchRangeIntoICmp()
3231 if (OtherDest == SI->getDefaultDest()) ++PreviousEdges; in TurnSwitchRangeIntoICmp()