Searched refs:DestA (Results 1 – 4 of 4) sorted by relevance
176 DestA := $(PROJ_libocamldir)/lib$(LIBRARYNAME).a233 $(Verb) $(INSTALL) $(LibraryA) $(DestA)238 -$(Verb) $(RM) -f $(DestA)
1060 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, in CorrectExtraCFGEdges() argument1081 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()
3559 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in TurnSwitchRangeIntoICmp() local3566 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()
699 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,