Lines Matching defs:Rs
103 void collectIndRegsForLoop(const MachineLoop *L, USet &Rs);
147 const USet &Rs = I.second;
148 if (Rs.find(Reg) != Rs.end())
373 Register Rs = MI->getOperand(1).getReg();
375 return profit(Rs) + profit(Rt);
475 USet &Rs) {
559 Rs.insert(DP.begin(), End);
560 Rs.insert(CmpR1);
561 Rs.insert(CmpR2);
565 dump_partition(dbgs(), Rs, *TRI);
579 USet Rs;
581 Rs.clear();
582 collectIndRegsForLoop(L, Rs);
583 if (!Rs.empty())
584 IRM.insert(std::make_pair(L, Rs));