Searched refs:OtherDest (Results 1 – 2 of 2) sorted by relevance
2883 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local2895 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()2901 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()2925 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()2954 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()3914 BasicBlock *OtherDest = nullptr; in TurnSwitchRangeIntoICmp() local3918 OtherDest = DestB; in TurnSwitchRangeIntoICmp()3922 OtherDest = DestA; in TurnSwitchRangeIntoICmp()3942 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp()3976 for (auto BBI = OtherDest->begin(); isa<PHINode>(BBI); ++BBI) { in TurnSwitchRangeIntoICmp()[all …]
1750 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local1763 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()1769 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()1793 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()1797 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()