Searched refs:LiveRegsCopy (Results 1 – 3 of 3) sorted by relevance
243 const LiveRegSet *LiveRegsCopy, in reset() argument247 if (LiveRegsCopy) { in reset()248 if (&LiveRegs != LiveRegsCopy) in reset()249 LiveRegs = *LiveRegsCopy; in reset()333 const LiveRegSet *LiveRegsCopy) { in reset() argument341 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false); in reset()433 const LiveRegSet *LiveRegsCopy) { in advance() argument434 reset(*Begin, LiveRegsCopy); in advance()
300 const GCNRPTracker::LiveRegSet LiveRegsCopy(RPT.getLiveRegs()); in runOnMachineFunction() local303 RPT.reset(MI, &LiveRegsCopy); in runOnMachineFunction()327 RPT.reset(MI, &LiveRegsCopy); in runOnMachineFunction()395 RPT.reset(MI, &LiveRegsCopy); in runOnMachineFunction()
147 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,247 const LiveRegSet *LiveRegsCopy = nullptr);