Home
last modified time | relevance | path

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

/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/CodeGen/
DMachineBasicBlock.cpp1060 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() argument
1081 if (!DestA && !DestB) { in CorrectExtraCFGEdges()
1083 DestA = &*FallThru; in CorrectExtraCFGEdges()
1085 } else if (DestA && !DestB) { in CorrectExtraCFGEdges()
1090 assert(DestA && DestB && IsCond && in CorrectExtraCFGEdges()
1101 (MBB != DestA && MBB != DestB && !MBB->isEHPad())) { in CorrectExtraCFGEdges()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3559 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in TurnSwitchRangeIntoICmp() local
3566 if (!DestA) DestA = Dest; in TurnSwitchRangeIntoICmp()
3567 if (Dest == DestA) { in TurnSwitchRangeIntoICmp()
3579 assert(DestA && DestB && "Single-destination switch should have been folded."); in TurnSwitchRangeIntoICmp()
3580 assert(DestA != DestB); in TurnSwitchRangeIntoICmp()
3591 ContiguousDest = DestA; in TurnSwitchRangeIntoICmp()
3596 OtherDest = DestA; in TurnSwitchRangeIntoICmp()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h699 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,