reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineCopyPropagation.cpp
   93         auto CI = Copies.find(*RUI);
   94         if (CI != Copies.end())
  103       auto I = Copies.find(*RUI);
  104       if (I != Copies.end()) {
  113         Copies.erase(I);
  127       Copies[*RUI] = {MI, {}, true};
  132       auto I = Copies.insert({*RUI, {nullptr, {}, false}});
  140     return !Copies.empty();
  145     auto CI = Copies.find(RegUnit);
  146     if (CI == Copies.end())
  179     Copies.clear();