Searched refs:LiveRegsCopy (Results 1 – 3 of 3) sorted by relevance
301 const GCNRPTracker::LiveRegSet LiveRegsCopy(RPT.getLiveRegs()); in run() local304 RPT.reset(MI, &LiveRegsCopy); in run()328 RPT.reset(MI, &LiveRegsCopy); in run()396 RPT.reset(MI, &LiveRegsCopy); in run()
470 const LiveRegSet *LiveRegsCopy, in reset() argument474 if (LiveRegsCopy) { in reset()475 if (&LiveRegs != LiveRegsCopy) in reset()476 LiveRegs = *LiveRegsCopy; in reset()571 const LiveRegSet *LiveRegsCopy) { in reset() argument579 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false); in reset()695 const LiveRegSet *LiveRegsCopy) { in advance() argument696 reset(*Begin, LiveRegsCopy); in advance()
276 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,411 const LiveRegSet *LiveRegsCopy = nullptr);