Searched refs:setIsEHFuncletEntry (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h447 void setIsEHFuncletEntry(bool V = true) { IsEHFuncletEntry = V; } function in class:llvm::MachineBasicBlock
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp719 MBB->setIsEHFuncletEntry(IsEHFuncletEntry);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1622 CatchPadMBB->setIsEHFuncletEntry();
1669 FuncInfo.MBB->setIsEHFuncletEntry();
1743 UnwindDests.back().first->setIsEHFuncletEntry();
1751 UnwindDests.back().first->setIsEHFuncletEntry();

Completed in 145 milliseconds