Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2883 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local
2895 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()
2901 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()
2925 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()
2954 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()
3914 BasicBlock *OtherDest = nullptr; in TurnSwitchRangeIntoICmp() local
3918 OtherDest = DestB; in TurnSwitchRangeIntoICmp()
3922 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
3942 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp()
3976 for (auto BBI = OtherDest->begin(); isa<PHINode>(BBI); ++BBI) { in TurnSwitchRangeIntoICmp()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp1750 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1); in SimplifyCondBranchToCondBranch() local
1763 if (OtherDest == BB) { in SimplifyCondBranchToCondBranch()
1769 OtherDest = InfLoopBlock; in SimplifyCondBranchToCondBranch()
1793 PBI->setSuccessor(1, OtherDest); in SimplifyCondBranchToCondBranch()
1797 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB); in SimplifyCondBranchToCondBranch()