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()
1130 unsigned NumReservedValues, in CatchSwitchInst() argument
1136 ++NumReservedValues; in CatchSwitchInst()
1137 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
1142 unsigned NumReservedValues, in CatchSwitchInst() argument
1147 ++NumReservedValues; in CatchSwitchInst()
1148 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
1164 unsigned NumReservedValues) { in init() argument
1165 assert(ParentPad && NumReservedValues); in init()
1167 ReservedSpace = NumReservedValues; in init()