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

/external/llvm/bindings/ocaml/
H A DMakefile.ocaml170 DestA := $(PROJ_libocamldir)/lib$(LIBRARYNAME).a
225 $(Echo) "Installing $(BuildMode) $(DestA)"
227 $(Verb) $(INSTALL) $(LibraryA) $(DestA)
231 $(Echo) "Uninstalling $(DestA)"
232 -$(Verb) $(RM) -f $(DestA)
479 $(Echo) "DestA : " '$(DestA)'
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1041 /// CFG to be inserted. If we have proven that MBB can only branch to DestA and
1042 /// DestB, remove any other MBB successors from the CFG. DestA and DestB can be
1045 /// Besides DestA and DestB, retain other edges leading to LandingPads
1047 /// Note it is possible that DestA and/or DestB are LandingPads.
1048 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, argument
1051 // The values of DestA and DestB frequently come from a call to the
1055 // 1. If both DestA and DestB are null, then the block ends with no branches
1057 // 2. If DestA is set, DestB is null, and isCond is false, then the block ends
1059 // 3. If DestA is set, DestB is null, and isCond is true, then the block ends
1061 // 4. If DestA an
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h596 /// DestA and DestB, remove any other MBB successors from the CFG. DestA and
597 /// DestB can be null. Besides DestA and DestB, retain other edges leading
599 /// that here). Note it is possible that DestA and/or DestB are LandingPads.
600 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,

Completed in 610 milliseconds