reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
511 for (auto UI = RealUses.begin(), UE = RealUses.end(); UI != UE; ) { 516 NodeRefSet Uses = UI->second; 517 UI->second.clear(); 522 RegisterRef R(UI->first, I.second); 533 RegisterRef S = PRI.mapTo(RC, UI->first); 534 UI->second.insert({I.first, S.Mask}); 537 UI = UI->second.empty() ? RealUses.erase(UI) : std::next(UI); 537 UI = UI->second.empty() ? RealUses.erase(UI) : std::next(UI); 537 UI = UI->second.empty() ? RealUses.erase(UI) : std::next(UI); 537 UI = UI->second.empty() ? RealUses.erase(UI) : std::next(UI);