Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp152 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
H A DInstructions.cpp1017 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1040 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
1088 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init()
1105 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
H A DVerifier.cpp4553 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local
4735 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
H A DCore.cpp3422 LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchPad()
3429 LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCleanupPad()
3444 LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchSwitch()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp973 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local
1017 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitWasmCatchPadBlock() local
1609 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateFunclet() local
H A DCGCleanup.cpp1032 llvm::Value *ParentPad = CurrentFuncletPad; in PopCleanupBlock() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp357 Value *ParentPad) { in getEHPadFromPredecessor()
682 const Value *ParentPad; in calculateClrEHStateNumbers() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1718 Value *ParentPad = CPI->getParentPad(); in handleLongjmpableCallsForWasmSjLj() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp891 Value *ParentPad = nullptr; in ehAwareSplitEdge() local
H A DInlineFunction.cpp717 if (auto *ParentPad = in HandleInlinedEHPad() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5551 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, in parseFunctionBody() local
5594 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7462 Value *ParentPad; in parseCatchSwitch() local
7533 Value *ParentPad = nullptr; in parseCleanupPad() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1998 Value *ParentPad = I.getCatchSwitchParentPad(); in visitCatchRet() local