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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp164 StringRef HandlerPrefix = MBB->isCleanupFuncletEntry() ? "dtor" : "catch";
216 !CurrentFuncletEntry->isCleanupFuncletEntry())
240 !CurrentFuncletEntry->isCleanupFuncletEntry()) {
866 if (FuncletStart->isCleanupFuncletEntry())
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h354 bool isCleanupFuncletEntry() const { return IsCleanupFuncletEntry; } function in class:llvm::MachineBasicBlock
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1272 if (!MBB.isCleanupFuncletEntry()) {

Completed in 147 milliseconds