Lines Matching refs:NumReservedValues
189 LandingPadInst::LandingPadInst(Type *RetTy, unsigned NumReservedValues, in LandingPadInst() argument
192 init(NumReservedValues, NameStr); in LandingPadInst()
195 LandingPadInst::LandingPadInst(Type *RetTy, unsigned NumReservedValues, in LandingPadInst() argument
198 init(NumReservedValues, NameStr); in LandingPadInst()
226 void LandingPadInst::init(unsigned NumReservedValues, const Twine &NameStr) { in init() argument
227 ReservedSpace = NumReservedValues; in init()
1103 unsigned NumReservedValues, in CatchSwitchInst() argument
1109 ++NumReservedValues; in CatchSwitchInst()
1110 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
1115 unsigned NumReservedValues, in CatchSwitchInst() argument
1120 ++NumReservedValues; in CatchSwitchInst()
1121 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
1137 unsigned NumReservedValues) { in init() argument
1138 assert(ParentPad && NumReservedValues); in init()
1140 ReservedSpace = NumReservedValues; in init()