Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4417 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local
4431 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()
4439 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()
4464 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()
4498 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()
5492 BasicBlock *OtherDest = nullptr; in TurnSwitchRangeIntoICmp() local
5496 OtherDest = DestB; in TurnSwitchRangeIntoICmp()
5500 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
5520 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp()
5551 for (auto BBI = OtherDest->begin(); isa<PHINode>(BBI); ++BBI) { in TurnSwitchRangeIntoICmp()
[all …]