Home
last modified time | relevance | path

Searched refs:unwindsToCaller (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1176 return cast<CleanupReturnInst>(this)->unwindsToCaller(); in mayThrow()
1178 return cast<CatchSwitchInst>(this)->unwindsToCaller(); in mayThrow()
H A DVerifier.cpp4749 if (CSI->unwindsToCaller()) in visitFuncletPadInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1661 bool unwindsToCaller() const { in unwindsToCaller() function
1662 return cast<llvm::CleanupReturnInst>(Val)->unwindsToCaller(); in unwindsToCaller()
1773 bool unwindsToCaller() const { in unwindsToCaller() function
1774 return cast<llvm::CatchSwitchInst>(Val)->unwindsToCaller(); in unwindsToCaller()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1744 if (CSI != CatchSwitchLongjmp && CSI->unwindsToCaller()) { in handleLongjmpableCallsForWasmSjLj()
1756 if (CRI->unwindsToCaller()) { in handleLongjmpableCallsForWasmSjLj()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp712 if (CRI->unwindsToCaller()) { in HandleInlinedEHPad()
734 if (CatchSwitch->unwindsToCaller()) { in HandleInlinedEHPad()
3071 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp583 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4156 bool unwindsToCaller() const { return !hasUnwindDest(); }
4445 bool unwindsToCaller() const { return !hasUnwindDest(); }