Home
last modified time | relevance | path

Searched defs:ParentPad (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp152 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
H A DInstructions.cpp1017 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 DVerifier.cpp4538 auto *ParentPad = CPI.getParentPad(); visitCleanupPadInst() local
4720 auto *ParentPad = CatchSwitch.getParentPad(); visitCatchSwitchInst() local
H A DCore.cpp3351 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 Decho.cpp894 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 DCGException.cpp973 if (!ParentPad) in emitCatchPadBlock() local
1017 if (!ParentPad) in emitWasmCatchPadBlock() local
1609 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateFunclet() local
[all...]
H A DCGCleanup.cpp1032 llvm::Value *ParentPad = CurrentFuncletPad; PopCleanupBlock() local
/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp357 getEHPadFromPredecessor(const BasicBlock * BB,Value * ParentPad) getEHPadFromPredecessor() argument
682 const Value *ParentPad; calculateClrEHStateNumbers() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1718 Value *ParentPad = CPI->getParentPad(); handleLongjmpableCallsForWasmSjLj() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp891 Value *ParentPad = nullptr; ehAwareSplitEdge() local
H A DInlineFunction.cpp717 if (auto *ParentPad = HandleInlinedEHPad() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5552 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 DLLParser.cpp7440 Value *ParentPad; parseCatchSwitch() local
7511 Value *ParentPad = nullptr; parseCleanupPad() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1998 Value *ParentPad = I.getCatchSwitchParentPad(); visitCatchRet() local