Searched refs:TrackedLR (Results 1 – 1 of 1) sorted by relevance
527 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch() argument529 return Printable([&LISLR, &TrackedLR, TRI, Pfx](raw_ostream &OS) { in reportMismatch()530 for (auto const &P : TrackedLR) { in reportMismatch()542 auto I = TrackedLR.find(P.first); in reportMismatch()543 if (I == TrackedLR.end()) { in reportMismatch()554 const auto &TrackedLR = LiveRegs; in isValid() local556 if (!isEqual(LISLR, TrackedLR)) { in isValid()560 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()647 auto ReportLISMismatchIfAny = [&](const GCNRPTracker::LiveRegSet &TrackedLR, in runOnMachineFunction()649 if (LISLR != TrackedLR) { in runOnMachineFunction()[all …]