Home
last modified time | relevance | path

Searched refs:getCatchSwitch (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp391 const auto *UnwindBB = CatchPad->getCatchSwitch()->getUnwindDest(); in calculateWasmEHInfo()
H A DWinEHPrepare.cpp209 FuncletUnwindDest = CatchPad->getCatchSwitch()->getUnwindDest(); in calculateStateNumbersForInvokes()
771 UnwindDest = Catch->getCatchSwitch()->getUnwindDest(); in calculateClrEHStateNumbers()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp678 CatchSwitchInst *CatchPadInst::getCatchSwitch() const { in getCatchSwitch() function in llvm::sandboxir::CatchPadInst
680 Ctx.getValue(cast<llvm::CatchPadInst>(Val)->getCatchSwitch())); in getCatchSwitch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp424 EHPad = CPI->getCatchSwitch(); in getUnwindDestToken()
600 MemoKey = CatchPad->getCatchSwitch(); in HandleCallsInBlockInlinedThroughInvoke()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1714 UnwindDest = CPI->getCatchSwitch()->getUnwindDest(); in handleLongjmpableCallsForWasmSjLj()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4314 CatchSwitchInst *getCatchSwitch() const {
4378 return getCatchPad()->getCatchSwitch()->getParentPad();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4566 Check(BB->getUniquePredecessor() == CPI->getCatchSwitch()->getParent(), in visitEHPadPredecessors()
4570 Check(BB != CPI->getCatchSwitch()->getUnwindDest(), in visitEHPadPredecessors()
4572 CPI->getCatchSwitch(), CPI); in visitEHPadPredecessors()
H A DCore.cpp3570 return wrap(unwrap<CatchPadInst>(CatchPad)->getCatchSwitch()); in LLVMGetParentCatchSwitch()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1596 LLVM_ABI CatchSwitchInst *getCatchSwitch() const;