Home
last modified time | relevance | path

Searched defs:CatchPad (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp207 else if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad)) calculateStateNumbersForInvokes() local
387 auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI()); calculateCXXStateNumbers() local
411 for (const auto *CatchPad : Handlers) { calculateCXXStateNumbers() local
510 const auto *CatchPad = calculateSEHStateNumbers() local
1098 auto *CatchPad = dyn_cast_or_null<CatchPadInst>(FuncletPad); removeImplausibleInstructions() local
[all...]
H A DWasmEHPrepare.cpp390 if (const auto *CatchPad = dyn_cast<CatchPadInst>(Pad)) { in calculateWasmEHInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp271 auto *CatchPad = cast<CatchPadInst>(HandlerBlock->getFirstNonPHI()); getUnwindDestTokenHelper() local
505 auto *CatchPad = HandlerBlock->getFirstNonPHI(); getUnwindDestToken() local
577 if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad)) HandleCallsInBlockInlinedThroughInvoke() local
H A DLocal.cpp3097 auto *CatchPad = cast<CatchPadInst>(HandlerBB->getFirstNonPHI()); markAliveBlocks() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp540 getModRefInfo(const CatchPadInst * CatchPad,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1253 CreateCatchRet(CatchPadInst * CatchPad,BasicBlock * BB) CreateCatchRet() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1717 CatchPadInst *CatchPad = IRB.CreateCatchPad(CatchSwitchLongjmp, {}); handleLongjmpableCallsForWasmSjLj() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1051 init(Value * CatchPad,BasicBlock * BB) init() argument
1063 CatchReturnInst(Value * CatchPad,BasicBlock * BB,Instruction * InsertBefore) CatchReturnInst() argument
1071 CatchReturnInst(Value * CatchPad,BasicBlock * BB,BasicBlock * InsertAtEnd) CatchReturnInst() argument
H A DCore.cpp3242 LLVMBuildCatchRet(LLVMBuilderRef B,LLVMValueRef CatchPad,LLVMBasicBlockRef BB) LLVMBuildCatchRet() argument
3248 LLVMBuildCleanupRet(LLVMBuilderRef B,LLVMValueRef CatchPad,LLVMBasicBlockRef BB) LLVMBuildCleanupRet() argument
3301 LLVMGetParentCatchSwitch(LLVMValueRef CatchPad) LLVMGetParentCatchSwitch() argument
3305 LLVMSetParentCatchSwitch(LLVMValueRef CatchPad,LLVMValueRef CatchSwitch) LLVMSetParentCatchSwitch() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5354 Value *CatchPad = getValue(Record, Idx++, NextValueNo, TokenTy, parseFunctionBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7007 Value *CatchPad = nullptr; parseCatchRet() local