Searched refs:ByValRegs (Results 1 – 2 of 2) sorted by relevance
253 SmallVector<ByValInfo, 4 > ByValRegs; variable453 unsigned getInRegsParamsCount() const { return ByValRegs.size(); } in getInRegsParamsCount()462 assert(InRegsParamRecordIndex < ByValRegs.size() && in getInRegsParamInfo()465 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex]; in getInRegsParamInfo()472 ByValRegs.push_back(ByValInfo(RegBegin, RegEnd)); in addInRegsParamInfo()479 unsigned e = ByValRegs.size(); in nextInRegsParam()488 ByValRegs.clear(); in clearByValRegsInfo()
250 SmallVector<ByValInfo, 4 > ByValRegs; variable464 unsigned getInRegsParamsCount() const { return ByValRegs.size(); } in getInRegsParamsCount()473 assert(InRegsParamRecordIndex < ByValRegs.size() && in getInRegsParamInfo()476 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex]; in getInRegsParamInfo()483 ByValRegs.push_back(ByValInfo(RegBegin, RegEnd)); in addInRegsParamInfo()490 unsigned e = ByValRegs.size(); in nextInRegsParam()499 ByValRegs.clear(); in clearByValRegsInfo()