Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp208 else if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad)) in calculateStateNumbersForInvokes() local
388 auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI()); calculateCXXStateNumbers() local
412 for (const auto *CatchPad : Handlers) { calculateCXXStateNumbers() local
511 const auto *CatchPad = calculateSEHStateNumbers() local
1099 auto *CatchPad = dyn_cast_or_null<CatchPadInst>(FuncletPad); removeImplausibleInstructions() local
[all...]
H A DWasmEHPrepare.cpp390 if (const auto *CatchPad = dyn_cast<CatchPadInst>(Pad)) { calculateWasmEHInfo() local
/llvm-project/llvm/unittests/Analysis/
H A DSparsePropagation.cpp529 CatchPadInst *CatchPad = Builder.CreateCatchPad(CatchSwitch, {}); TEST_F() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp274 auto *CatchPad = cast<CatchPadInst>(HandlerBlock->getFirstNonPHI()); getUnwindDestTokenHelper() local
508 auto *CatchPad = HandlerBlock->getFirstNonPHI(); getUnwindDestToken() local
580 if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad)) HandleCallsInBlockInlinedThroughInvoke() local
H A DLocal.cpp3137 auto *CatchPad = cast<CatchPadInst>(HandlerBB->getFirstNonPHI()); markAliveBlocks() local
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp880 LLVMValueRef CatchPad = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local
888 LLVMValueRef CatchPad = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local
/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp540 getModRefInfo(const CatchPadInst * CatchPad,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument
/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1264 CreateCatchRet(CatchPadInst * CatchPad,BasicBlock * BB) CreateCatchRet() argument
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1604 CatchPadInst *CatchPad = IRB.CreateCatchPad(CatchSwitchLongjmp, {}); handleLongjmpableCallsForWasmSjLj() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml249 | CatchPad Constructor
H A Dllvm.mli275 | CatchPad Constructor
/llvm-project/llvm/lib/IR/
H A DCore.cpp3384 LLVMBuildCatchRet(LLVMBuilderRef B,LLVMValueRef CatchPad,LLVMBasicBlockRef BB) LLVMBuildCatchRet() argument
3390 LLVMBuildCleanupRet(LLVMBuilderRef B,LLVMValueRef CatchPad,LLVMBasicBlockRef BB) LLVMBuildCleanupRet() argument
3443 LLVMGetParentCatchSwitch(LLVMValueRef CatchPad) LLVMGetParentCatchSwitch() argument
3447 LLVMSetParentCatchSwitch(LLVMValueRef CatchPad,LLVMValueRef CatchSwitch) LLVMSetParentCatchSwitch() argument
H A DInstructions.cpp993 init(Value * CatchPad,BasicBlock * BB) init() argument
1005 CatchReturnInst(Value * CatchPad,BasicBlock * BB,InsertPosition InsertBefore) CatchReturnInst() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5532 Value *CatchPad = getValue(Record, Idx++, NextValueNo, TokenTy, parseFunctionBody() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7420 Value *CatchPad = nullptr; parseCatchRet() local