Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2461 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local
2474 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()
2480 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()
2504 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()
2533 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()
3170 BasicBlock *OtherDest = nullptr; in TurnSwitchRangeIntoICmp() local
3174 OtherDest = DestB; in TurnSwitchRangeIntoICmp()
3178 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
3197 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp()
3229 for (auto BBI = OtherDest->begin(); isa<PHINode>(BBI); ++BBI) { in TurnSwitchRangeIntoICmp()
[all …]