Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DEHPersonalities.cpp128 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp744 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src)); in CloneInstruction() local
754 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
764 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp222 Value *ParentPad) { in getEHPadFromPredecessor()
533 const Value *ParentPad; in calculateClrEHStateNumbers() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp949 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local
993 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitWasmCatchPadBlock() local
1581 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateFunclet() local
H A DCGCleanup.cpp1013 llvm::Value *ParentPad = CurrentFuncletPad; in PopCleanupBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1092 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1104 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1126 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
1174 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init()
1191 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
1200 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
H A DVerifier.cpp4069 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local
4250 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
H A DCore.cpp3203 LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchPad()
3211 LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCleanupPad()
3227 LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchSwitch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp625 Value *ParentPad = nullptr; in ehAwareSplitEdge() local
H A DInlineFunction.cpp725 if (auto *ParentPad = in HandleInlinedEHPad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4494 Value *ParentPad = in parseFunctionBody() local
4533 Value *ParentPad = in parseFunctionBody() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6731 Value *ParentPad; in parseCatchSwitch() local
6802 Value *ParentPad = nullptr; in parseCleanupPad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1702 Value *ParentPad = I.getCatchSwitchParentPad(); in visitCatchRet() local