Lines Matching refs:LiveRegSet
109 using LiveRegSet = DenseMap<unsigned, LaneBitmask>;
113 LiveRegSet LiveRegs;
120 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy,
141 static void printLiveRegs(raw_ostream &OS, const LiveRegSet& LiveRegs,
151 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr);
175 bool reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr);
193 const LiveRegSet *LiveRegsCopy = nullptr);
201 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI,
211 DenseMap<MachineInstr*, GCNRPTracker::LiveRegSet>
223 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> LiveRegMap; in getLiveRegMap()
249 inline GCNRPTracker::LiveRegSet getLiveRegsAfter(const MachineInstr &MI, in getLiveRegsAfter()
255 inline GCNRPTracker::LiveRegSet getLiveRegsBefore(const MachineInstr &MI, in getLiveRegsBefore()
270 bool isEqual(const GCNRPTracker::LiveRegSet &S1,
271 const GCNRPTracker::LiveRegSet &S2);