Lines Matching defs:LiveRegs
162 LiveRegSet LiveRegs;
181 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; }
188 decltype(LiveRegs) moveLiveRegs() {
189 return std::move(LiveRegs);
265 /// filling \p LiveRegs upon this point using LIS.
267 bool reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr);
388 Range &&LiveRegs) {
390 for (const auto &RM : LiveRegs)
400 Printable print(const GCNRPTracker::LiveRegSet &LiveRegs,