Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1017 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() argument
1039 if (!DestA && !DestB) { in CorrectExtraCFGEdges()
1041 DestA = FallThru; in CorrectExtraCFGEdges()
1043 } else if (DestA && !DestB) { in CorrectExtraCFGEdges()
1048 assert(DestA && DestB && isCond && in CorrectExtraCFGEdges()
1059 (MBB != DestA && MBB != DestB && !MBB->isLandingPad())) { in CorrectExtraCFGEdges()
/external/llvm/bindings/ocaml/
DMakefile.ocaml176 DestA := $(PROJ_libocamldir)/lib$(LIBRARYNAME).a
233 $(Verb) $(INSTALL) $(LibraryA) $(DestA)
238 -$(Verb) $(RM) -f $(DestA)
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3141 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in TurnSwitchRangeIntoICmp() local
3148 if (!DestA) DestA = Dest; in TurnSwitchRangeIntoICmp()
3149 if (Dest == DestA) { in TurnSwitchRangeIntoICmp()
3161 assert(DestA && DestB && "Single-destination switch should have been folded."); in TurnSwitchRangeIntoICmp()
3162 assert(DestA != DestB); in TurnSwitchRangeIntoICmp()
3173 ContiguousDest = DestA; in TurnSwitchRangeIntoICmp()
3178 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h606 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,