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