Lines Matching refs:NumReservedValues
179 LandingPadInst::LandingPadInst(Type *RetTy, unsigned NumReservedValues, in LandingPadInst() argument
182 init(NumReservedValues, NameStr); in LandingPadInst()
185 LandingPadInst::LandingPadInst(Type *RetTy, unsigned NumReservedValues, in LandingPadInst() argument
188 init(NumReservedValues, NameStr); in LandingPadInst()
216 void LandingPadInst::init(unsigned NumReservedValues, const Twine &NameStr) { in init() argument
217 ReservedSpace = NumReservedValues; in init()
988 unsigned NumReservedValues, in CatchSwitchInst() argument
994 ++NumReservedValues; in CatchSwitchInst()
995 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
1000 unsigned NumReservedValues, in CatchSwitchInst() argument
1005 ++NumReservedValues; in CatchSwitchInst()
1006 init(ParentPad, UnwindDest, NumReservedValues + 1); in CatchSwitchInst()
1022 unsigned NumReservedValues) { in init() argument
1023 assert(ParentPad && NumReservedValues); in init()
1025 ReservedSpace = NumReservedValues; in init()