Lines Matching refs:TrackedLR
439 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch() argument
441 return Printable([&LISLR, &TrackedLR, TRI, Pfx](raw_ostream &OS) { in reportMismatch()
442 for (auto const &P : TrackedLR) { in reportMismatch()
454 auto I = TrackedLR.find(P.first); in reportMismatch()
455 if (I == TrackedLR.end()) { in reportMismatch()
466 const auto &TrackedLR = LiveRegs; in isValid() local
468 if (!isEqual(LISLR, TrackedLR)) { in isValid()
472 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()
559 auto ReportLISMismatchIfAny = [&](const GCNRPTracker::LiveRegSet &TrackedLR, in runOnMachineFunction()
561 if (LISLR != TrackedLR) { in runOnMachineFunction()
563 << reportMismatch(LISLR, TrackedLR, TRI, PFX " "); in runOnMachineFunction()