Home
last modified time | relevance | path

Searched refs:DestB (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp697 MachineBasicBlock *DestB, in CorrectExtraCFGEdges() argument
718 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()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h394 MachineBasicBlock *DestB,