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 398 FailureMBB(nullptr), Guard(nullptr),
404 return ParentMBB && SuccessMBB && FailureMBB && Guard;
417 FailureMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ false, FailureMBB);
441 /// 1. FailureMBB since we reuse the failure code path for all stack
447 FailureMBB = nullptr;
453 MachineBasicBlock *getFailureMBB() { return FailureMBB; }
465 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
475 MachineBasicBlock *FailureMBB;
    [all...]
SelectionDAGISel.cpp     [all...]

Completed in 58 milliseconds