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 400 FailureMBB(nullptr), Guard(nullptr) { }
406 return ParentMBB && SuccessMBB && FailureMBB && Guard;
419 FailureMBB = AddSuccessorMBB(BB, MBB, FailureMBB);
443 /// 1. FailureMBB since we reuse the failure code path for all stack
449 FailureMBB = nullptr;
455 MachineBasicBlock *getFailureMBB() { return FailureMBB; }
464 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
474 MachineBasicBlock *FailureMBB;
SelectionDAGISel.cpp     [all...]

Completed in 3988 milliseconds