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.cpp4485 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local
4499 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()
4507 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()
4532 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()
4535 Updates.push_back({DominatorTree::Insert, PBI->getParent(), OtherDest}); in SimplifyCondBranchToCondBranch()
4566 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()
5563 BasicBlock *OtherDest = nullptr; in TurnSwitchRangeIntoICmp() local
5567 OtherDest = DestB; in TurnSwitchRangeIntoICmp()
5571 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
5591 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp()
[all …]