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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 397 StackProtectorDescriptor() : ParentMBB(nullptr), SuccessMBB(nullptr),
404 return ParentMBB && SuccessMBB && FailureMBB && Guard;
416 SuccessMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ true);
430 /// parent mbb after we create the stack protector check (SuccessMBB). This
434 SuccessMBB = nullptr;
452 MachineBasicBlock *getSuccessMBB() { return SuccessMBB; }
463 /// terminators of this basic block into the successor mbb SuccessMBB and
465 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
471 MachineBasicBlock *SuccessMBB;
    [all...]
SelectionDAGISel.cpp     [all...]

Completed in 38 milliseconds