Lines Matching refs:ParentPad
869 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() argument
873 : TerminatorInst(ParentPad->getType(), Instruction::CatchSwitch, nullptr, 0, in CatchSwitchInst()
877 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
881 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() argument
884 : TerminatorInst(ParentPad->getType(), Instruction::CatchSwitch, nullptr, 0, in CatchSwitchInst()
888 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
903 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init() argument
905 assert(ParentPad && NumReservedValues); in init()
911 Op<0>() = ParentPad; in init()
950 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init() argument
954 setParentPad(ParentPad); in init()
967 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst() argument
970 : Instruction(ParentPad->getType(), Op, in FuncletPadInst()
973 init(ParentPad, Args, NameStr); in FuncletPadInst()
976 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst() argument
979 : Instruction(ParentPad->getType(), Op, in FuncletPadInst()
982 init(ParentPad, Args, NameStr); in FuncletPadInst()