HomeSort by relevance Sort by last modified time
    Searched refs:FailureMBB (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 471 FailureMBB(nullptr), Guard(nullptr),
477 return ParentMBB && SuccessMBB && FailureMBB && Guard;
490 FailureMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ false, FailureMBB);
514 /// 1. FailureMBB since we reuse the failure code path for all stack
520 FailureMBB = nullptr;
527 MachineBasicBlock *getFailureMBB() { return FailureMBB; }
539 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
549 MachineBasicBlock *FailureMBB;
    [all...]
SelectionDAGISel.cpp     [all...]

Completed in 54 milliseconds