Searched defs:ParentPad (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DEHPersonalities.cpp124 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp262 Value *ParentPad = nullptr; local
H A DWinEHPrepare.cpp533 const Value *ParentPad; local
221 getEHPadFromPredecessor(const BasicBlock *BB, Value *ParentPad) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp983 llvm::Value *ParentPad = CurrentFuncletPad; local
H A DCGException.cpp914 llvm::Value *ParentPad = CGF.CurrentFuncletPad; local
958 llvm::Value *ParentPad = CGF.CurrentFuncletPad; local
1545 llvm::Value *ParentPad = CurrentFuncletPad; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1031 Value *ParentPad = nullptr; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1074 CatchSwitchInst *CreateCatchSwitch(Value *ParentPad, BasicBlock *UnwindBB, argument
1081 CatchPadInst *CreateCatchPad(Value *ParentPad, ArrayRef<Value *> Args, argument
1086 CleanupPadInst *CreateCleanupPad(Value *ParentPad, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1046 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, argument
1058 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, argument
1080 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, argument
1154 FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, ArrayRef<Value *> Args, unsigned Values, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
H A DVerifier.cpp3901 auto *ParentPad = CPI.getParentPad(); local
4082 auto *ParentPad = CatchSwitch.getParentPad(); local
4084 "CatchSwitchInst has an invalid parent.", ParentPad); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4370 Value *ParentPad = local
4409 Value *ParentPad = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1646 Value *ParentPad = I.getCatchSwitchParentPad(); local

Completed in 153 milliseconds