Lines Matching refs:ParentPad
987 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() argument
991 : TerminatorInst(ParentPad->getType(), Instruction::CatchSwitch, nullptr, 0, in CatchSwitchInst()
995 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
999 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() argument
1002 : TerminatorInst(ParentPad->getType(), Instruction::CatchSwitch, nullptr, 0, in CatchSwitchInst()
1006 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
1021 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init() argument
1023 assert(ParentPad && NumReservedValues); in init()
1029 Op<0>() = ParentPad; in init()
1079 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init() argument
1083 setParentPad(ParentPad); in init()
1096 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst() argument
1099 : Instruction(ParentPad->getType(), Op, in FuncletPadInst()
1102 init(ParentPad, Args, NameStr); in FuncletPadInst()
1105 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst() argument
1108 : Instruction(ParentPad->getType(), Op, in FuncletPadInst()
1111 init(ParentPad, Args, NameStr); in FuncletPadInst()