Lines Matching refs:LiveRegSet
68 static bool isEqual(const GCNRPTracker::LiveRegSet &S1, in isEqual()
69 const GCNRPTracker::LiveRegSet &S2) { in isEqual()
272 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs()
275 GCNRPTracker::LiveRegSet LiveRegs; in getLiveRegs()
288 const LiveRegSet *LiveRegsCopy, in reset()
304 const LiveRegSet *LiveRegsCopy) { in reset()
353 const LiveRegSet *LiveRegsCopy) { in reset()
435 const LiveRegSet *LiveRegsCopy) { in advance()
442 static void reportMismatch(const GCNRPTracker::LiveRegSet &LISLR, in reportMismatch()
443 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch()
495 void GCNRPTracker::printLiveRegs(raw_ostream &OS, const LiveRegSet& LiveRegs, in printLiveRegs()