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 476 : ParentMBB(nullptr), SuccessMBB(nullptr), FailureMBB(nullptr) {}
481 return ParentMBB && SuccessMBB && FailureMBB;
485 return ParentMBB && !SuccessMBB && !FailureMBB;
497 SuccessMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ true);
510 /// parent mbb after we create the stack protector check (SuccessMBB). This
514 SuccessMBB = nullptr;
531 MachineBasicBlock *getSuccessMBB() { return SuccessMBB; }
538 /// terminators of this basic block into the successor mbb SuccessMBB and
540 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
546 MachineBasicBlock *SuccessMBB;
    [all...]
SelectionDAGISel.cpp     [all...]

Completed in 531 milliseconds