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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h301 return ParentMBB && SuccessMBB && FailureMBB;
305 return ParentMBB && !SuccessMBB && !FailureMBB;
318 FailureMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ false, FailureMBB);
341 /// 1. FailureMBB since we reuse the failure code path for all stack
347 FailureMBB = nullptr;
352 MachineBasicBlock *getFailureMBB() { return FailureMBB; }
360 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
370 MachineBasicBlock *FailureMBB = nullptr; member in class:llvm::SelectionDAGBuilder::StackProtectorDescriptor
H A DSelectionDAGISel.cpp1756 MachineBasicBlock *FailureMBB = SDB->SPDescriptor.getFailureMBB(); local
1757 if (FailureMBB->empty()) {
1758 FuncInfo->MBB = FailureMBB;
1759 FuncInfo->InsertPt = FailureMBB->end();

Completed in 66 milliseconds