Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1233 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() argument
1254 if (!DestA && !DestB) { in CorrectExtraCFGEdges()
1256 DestA = FallThru; in CorrectExtraCFGEdges()
1258 } else if (DestA && !DestB) { in CorrectExtraCFGEdges()
1263 assert(DestA && DestB && IsCond && in CorrectExtraCFGEdges()
1274 (MBB != DestA && MBB != DestB && !MBB->isEHPad())) { in CorrectExtraCFGEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4403 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in TurnSwitchRangeIntoICmp() local
4410 if (!DestA) in TurnSwitchRangeIntoICmp()
4411 DestA = Dest; in TurnSwitchRangeIntoICmp()
4412 if (Dest == DestA) { in TurnSwitchRangeIntoICmp()
4425 assert(DestA && DestB && in TurnSwitchRangeIntoICmp()
4427 assert(DestA != DestB); in TurnSwitchRangeIntoICmp()
4438 ContiguousDest = DestA; in TurnSwitchRangeIntoICmp()
4443 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h746 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,