Searched refs:SuccessMBB (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h399 StackProtectorDescriptor() : ParentMBB(nullptr), SuccessMBB(nullptr),
406 return ParentMBB && SuccessMBB && FailureMBB && Guard;
418 SuccessMBB = AddSuccessorMBB(BB, MBB);
432 /// parent mbb after we create the stack protector check (SuccessMBB). This
436 SuccessMBB = nullptr;
454 MachineBasicBlock *getSuccessMBB() { return SuccessMBB; }
462 /// terminators of this basic block into the successor mbb SuccessMBB and
464 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
470 MachineBasicBlock *SuccessMBB; member in class:llvm::SelectionDAGBuilder::StackProtectorDescriptor
H A DSelectionDAGISel.cpp1365 MachineBasicBlock *SuccessMBB = SDB->SPDescriptor.getSuccessMBB(); local
1376 // Splice the terminator of ParentMBB into SuccessMBB.
1377 SuccessMBB->splice(SuccessMBB->end(), ParentMBB,

Completed in 106 milliseconds