HomeSort by: relevance | last modified time | path
    Searched refs:SuccessMBB (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 301 return ParentMBB && SuccessMBB && FailureMBB;
305 return ParentMBB && !SuccessMBB && !FailureMBB;
317 SuccessMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ true);
330 /// parent mbb after we create the stack protector check (SuccessMBB). This
334 SuccessMBB = nullptr;
351 MachineBasicBlock *getSuccessMBB() { return SuccessMBB; }
358 /// terminators of this basic block into the successor mbb SuccessMBB and
360 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
366 MachineBasicBlock *SuccessMBB = nullptr;
SelectionDAGISel.cpp 1785 MachineBasicBlock *SuccessMBB = SDB->SPDescriptor.getSuccessMBB();
1796 // Splice the terminator of ParentMBB into SuccessMBB.
1797 SuccessMBB->splice(SuccessMBB->end(), ParentMBB,

Completed in 19 milliseconds