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 470 StackProtectorDescriptor() : ParentMBB(nullptr), SuccessMBB(nullptr),
477 return ParentMBB && SuccessMBB && FailureMBB && Guard;
489 SuccessMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ true);
503 /// parent mbb after we create the stack protector check (SuccessMBB). This
507 SuccessMBB = nullptr;
526 MachineBasicBlock *getSuccessMBB() { return SuccessMBB; }
537 /// terminators of this basic block into the successor mbb SuccessMBB and
539 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
545 MachineBasicBlock *SuccessMBB;
    [all...]
SelectionDAGISel.cpp     [all...]

Completed in 50 milliseconds