Searched refs:DestB (Results 1 – 2 of 2) sorted by relevance
697 MachineBasicBlock *DestB, in CorrectExtraCFGEdges() argument718 if (DestA == 0 && DestB == 0) { in CorrectExtraCFGEdges()721 DestB = FallThru; in CorrectExtraCFGEdges()722 } else if (DestA != 0 && DestB == 0) { in CorrectExtraCFGEdges()725 DestB = FallThru; in CorrectExtraCFGEdges()727 assert(DestA && DestB && isCond && in CorrectExtraCFGEdges()738 (MBB != DestA && MBB != DestB && !MBB->isLandingPad())) { in CorrectExtraCFGEdges()
394 MachineBasicBlock *DestB,