Searched refs:isCleanupFuncletEntry (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp183 StringRef HandlerPrefix = MBB->isCleanupFuncletEntry() ? "dtor" : "catch";
235 if (!CurrentFuncletEntry->isCleanupFuncletEntry())
274 !CurrentFuncletEntry->isCleanupFuncletEntry()) {
903 if (FuncletStart->isCleanupFuncletEntry())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h450 bool isCleanupFuncletEntry() const { return IsCleanupFuncletEntry; } function in class:llvm::MachineBasicBlock
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp521 assert(!MBB.isCleanupFuncletEntry() && "Only Itanium ABI EH supported!");
H A DX86FrameLowering.cpp1742 if (!MBB.isCleanupFuncletEntry()) {

Completed in 170 milliseconds