Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp874 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() argument
896 if (DestA == 0 && DestB == 0) { in CorrectExtraCFGEdges()
898 DestA = FallThru; in CorrectExtraCFGEdges()
900 } else if (DestA != 0 && DestB == 0) { in CorrectExtraCFGEdges()
905 assert(DestA && DestB && isCond && in CorrectExtraCFGEdges()
916 (MBB != DestA && MBB != DestB && !MBB->isLandingPad())) { in CorrectExtraCFGEdges()
/external/llvm/bindings/ocaml/
DMakefile.ocaml128 DestA := $(PROJ_libocamldir)/lib$(LIBRARYNAME).a
181 $(Verb) $(INSTALL) $(LibraryA) $(DestA)
186 -$(Verb) $(RM) -f $(DestA)
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h539 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,