/llvm-project/llvm/lib/IR/ |
H A D | EHPersonalities.cpp | 152 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
|
H A D | Instructions.cpp | 1017 CatchSwitchInst(Value * ParentPad,BasicBlock * UnwindDest,unsigned NumReservedValues,const Twine & NameStr,InsertPosition InsertBefore) CatchSwitchInst() argument 1040 init(Value * ParentPad,BasicBlock * UnwindDest,unsigned NumReservedValues) init() argument 1088 init(Value * ParentPad,ArrayRef<Value * > Args,const Twine & NameStr) init() argument 1105 FuncletPadInst(Instruction::FuncletPadOps Op,Value * ParentPad,ArrayRef<Value * > Args,unsigned Values,const Twine & NameStr,InsertPosition InsertBefore) FuncletPadInst() argument [all...] |
H A D | Verifier.cpp | 4538 auto *ParentPad = CPI.getParentPad(); visitCleanupPadInst() local 4720 auto *ParentPad = CatchSwitch.getParentPad(); visitCatchSwitchInst() local
|
H A D | Core.cpp | 3351 LLVMBuildCatchPad(LLVMBuilderRef B,LLVMValueRef ParentPad,LLVMValueRef * Args,unsigned NumArgs,const char * Name) LLVMBuildCatchPad() argument 3358 LLVMBuildCleanupPad(LLVMBuilderRef B,LLVMValueRef ParentPad,LLVMValueRef * Args,unsigned NumArgs,const char * Name) LLVMBuildCleanupPad() argument 3373 LLVMBuildCatchSwitch(LLVMBuilderRef B,LLVMValueRef ParentPad,LLVMBasicBlockRef UnwindBB,unsigned NumHandlers,const char * Name) LLVMBuildCatchSwitch() argument [all...] |
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 894 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src)); CloneInstruction() local 904 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local 914 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 973 if (!ParentPad) in emitCatchPadBlock() local 1017 if (!ParentPad) in emitWasmCatchPadBlock() local 1609 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateFunclet() local [all...] |
H A D | CGCleanup.cpp | 1032 llvm::Value *ParentPad = CurrentFuncletPad; PopCleanupBlock() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 357 getEHPadFromPredecessor(const BasicBlock * BB,Value * ParentPad) getEHPadFromPredecessor() argument 682 const Value *ParentPad; calculateClrEHStateNumbers() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1718 Value *ParentPad = CPI->getParentPad(); handleLongjmpableCallsForWasmSjLj() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 891 Value *ParentPad = nullptr; ehAwareSplitEdge() local
|
H A D | InlineFunction.cpp | 717 if (auto *ParentPad = HandleInlinedEHPad() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5552 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, parseFunctionBody() local 5595 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, parseFunctionBody() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7440 Value *ParentPad; parseCatchSwitch() local 7511 Value *ParentPad = nullptr; parseCleanupPad() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1998 Value *ParentPad = I.getCatchSwitchParentPad(); visitCatchRet() local
|