Searched refs:ContiguousDest (Results 1 – 1 of 1) sorted by relevance
5711 BasicBlock *ContiguousDest = nullptr; in turnSwitchRangeIntoICmp() local5715 ContiguousDest = DestA; in turnSwitchRangeIntoICmp()5719 ContiguousDest = DestB; in turnSwitchRangeIntoICmp()5740 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in turnSwitchRangeIntoICmp()5750 if (SI->getSuccessor(I) == ContiguousDest) in turnSwitchRangeIntoICmp()5764 for (auto BBI = ContiguousDest->begin(); isa<PHINode>(BBI); ++BBI) { in turnSwitchRangeIntoICmp()5766 if (ContiguousDest == SI->getDefaultDest()) in turnSwitchRangeIntoICmp()