Home
last modified time | relevance | path

Searched refs:hasUnwindDest (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWasmEHFuncInfo.h40 assert(hasUnwindDest(BB)); in getUnwindDest()
55 bool hasUnwindDest(const BasicBlock *BB) const { in hasUnwindDest() function
63 assert(hasUnwindDest(MBB)); in getUnwindDest()
79 bool hasUnwindDest(MachineBasicBlock *MBB) const { in hasUnwindDest() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4155 bool hasUnwindDest() const { return getSubclassData<UnwindDestField>(); }
4156 bool unwindsToCaller() const { return !hasUnwindDest(); }
4158 if (hasUnwindDest())
4164 assert(hasUnwindDest());
4171 if (hasUnwindDest())
4194 if (hasUnwindDest())
4203 if (hasUnwindDest())
4444 bool hasUnwindDest() const { return getSubclassData<UnwindDestField>(); }
4445 bool unwindsToCaller() const { return !hasUnwindDest(); }
4456 unsigned getNumSuccessors() const { return hasUnwindDest() ? 1 : 0; }
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp131 if (!EHInfo->hasUnwindDest(EHPad)) in recalculate()
H A DWebAssemblyCFGStackify.cpp2164 else if (EHPadStack.empty() && EHInfo->hasUnwindDest(EHPad)) { in fixCatchUnwindMismatches()
2172 else if (!EHPadStack.empty() && !EHInfo->hasUnwindDest(EHPad)) { in fixCatchUnwindMismatches()
2182 else if (!EHPadStack.empty() && EHInfo->hasUnwindDest(EHPad)) { in fixCatchUnwindMismatches()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1658 bool hasUnwindDest() const { in hasUnwindDest() function
1659 return cast<llvm::CleanupReturnInst>(Val)->hasUnwindDest(); in hasUnwindDest()
1770 bool hasUnwindDest() const { in hasUnwindDest() function
1771 return cast<llvm::CatchSwitchInst>(Val)->hasUnwindDest(); in hasUnwindDest()
1800 if (hasUnwindDest()) in handler_begin()
1806 if (hasUnwindDest()) in handler_begin()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1255 WasmCatchStartBlock = CatchSwitch->hasUnwindDest() in ExitCXXTryStmt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp279 if (CatchSwitch->hasUnwindDest()) { in getUnwindDestTokenHelper()
H A DSimplifyCFG.cpp5579 if (CSI->hasUnwindDest()) { in simplifyUnreachable()
5609 assert(CRI->hasUnwindDest() && CRI->getUnwindDest() == BB && in simplifyUnreachable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3315 if (CRI.hasUnwindDest()) in writeInstruction()
3350 if (CatchSwitch.hasUnwindDest()) in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1036 if (CRI.hasUnwindDest()) in CleanupReturnInst()
H A DAsmWriter.cpp4587 if (CRI->hasUnwindDest()) in printInstruction()