/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 208 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 D | WasmEHPrepare.cpp | 390 if (const auto *CatchPad = dyn_cast<CatchPadInst>(Pad)) { calculateWasmEHInfo() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | SparsePropagation.cpp | 529 CatchPadInst *CatchPad = Builder.CreateCatchPad(CatchSwitch, {}); TEST_F() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 274 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 D | Local.cpp | 3137 auto *CatchPad = cast<CatchPadInst>(HandlerBB->getFirstNonPHI()); markAliveBlocks() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 880 LLVMValueRef CatchPad = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local 888 LLVMValueRef CatchPad = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 540 getModRefInfo(const CatchPadInst * CatchPad,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1264 CreateCatchRet(CatchPadInst * CatchPad,BasicBlock * BB) CreateCatchRet() argument
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1604 CatchPadInst *CatchPad = IRB.CreateCatchPad(CatchSwitchLongjmp, {}); handleLongjmpableCallsForWasmSjLj() local
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 249 | CatchPad Constructor
|
H A D | llvm.mli | 275 | CatchPad Constructor
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3384 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 D | Instructions.cpp | 993 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 D | BitcodeReader.cpp | 5532 Value *CatchPad = getValue(Record, Idx++, NextValueNo, TokenTy, parseFunctionBody() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7420 Value *CatchPad = nullptr; parseCatchRet() local
|