Home
last modified time | relevance | path

Searched refs:ContiguousDest (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5711 BasicBlock *ContiguousDest = nullptr; in turnSwitchRangeIntoICmp() local
5715 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()