Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp701 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() argument
723 if (DestA == 0 && DestB == 0) { in CorrectExtraCFGEdges()
725 DestA = FallThru; in CorrectExtraCFGEdges()
727 } else if (DestA != 0 && DestB == 0) { in CorrectExtraCFGEdges()
732 assert(DestA && DestB && isCond && in CorrectExtraCFGEdges()
743 (MBB != DestA && MBB != DestB && !MBB->isLandingPad())) { in CorrectExtraCFGEdges()
/external/swiftshader/third_party/LLVM/bindings/ocaml/
DMakefile.ocaml128 DestA := $(PROJ_libocamldir)/lib$(LIBRARYNAME).a
181 $(Verb) $(INSTALL) $(LibraryA) $(DestA)
186 -$(Verb) $(RM) -f $(DestA)
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1074 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() argument
1095 if (!DestA && !DestB) { in CorrectExtraCFGEdges()
1097 DestA = &*FallThru; in CorrectExtraCFGEdges()
1099 } else if (DestA && !DestB) { in CorrectExtraCFGEdges()
1104 assert(DestA && DestB && IsCond && in CorrectExtraCFGEdges()
1115 (MBB != DestA && MBB != DestB && !MBB->isEHPad())) { in CorrectExtraCFGEdges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1221 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() argument
1242 if (!DestA && !DestB) { in CorrectExtraCFGEdges()
1244 DestA = FallThru; in CorrectExtraCFGEdges()
1246 } else if (DestA && !DestB) { in CorrectExtraCFGEdges()
1251 assert(DestA && DestB && IsCond && in CorrectExtraCFGEdges()
1262 (MBB != DestA && MBB != DestB && !MBB->isEHPad())) { in CorrectExtraCFGEdges()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineBasicBlock.h393 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4277 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in TurnSwitchRangeIntoICmp() local
4284 if (!DestA) in TurnSwitchRangeIntoICmp()
4285 DestA = Dest; in TurnSwitchRangeIntoICmp()
4286 if (Dest == DestA) { in TurnSwitchRangeIntoICmp()
4299 assert(DestA && DestB && in TurnSwitchRangeIntoICmp()
4301 assert(DestA != DestB); in TurnSwitchRangeIntoICmp()
4312 ContiguousDest = DestA; in TurnSwitchRangeIntoICmp()
4317 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3882 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in TurnSwitchRangeIntoICmp() local
3889 if (!DestA) in TurnSwitchRangeIntoICmp()
3890 DestA = Dest; in TurnSwitchRangeIntoICmp()
3891 if (Dest == DestA) { in TurnSwitchRangeIntoICmp()
3904 assert(DestA && DestB && in TurnSwitchRangeIntoICmp()
3906 assert(DestA != DestB); in TurnSwitchRangeIntoICmp()
3917 ContiguousDest = DestA; in TurnSwitchRangeIntoICmp()
3922 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h644 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h716 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,