Searched refs:TrackedLR (Results 1 – 1 of 1) sorted by relevance
701 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch() argument703 return Printable([&LISLR, &TrackedLR, TRI, Pfx](raw_ostream &OS) { in reportMismatch()704 for (auto const &P : TrackedLR) { in reportMismatch()716 auto I = TrackedLR.find(P.first); in reportMismatch()717 if (I == TrackedLR.end()) { in reportMismatch()789 const auto &TrackedLR = LiveRegs; in isValid() local791 if (!isEqual(LISLR, TrackedLR)) { in isValid()795 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()882 auto ReportLISMismatchIfAny = [&](const GCNRPTracker::LiveRegSet &TrackedLR, in runOnMachineFunction()884 if (LISLR != TrackedLR) { in runOnMachineFunction()[all …]