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

References

lib/CodeGen/RegAllocGreedy.cpp
  931         Cost.BrokenHints += 10;
  936       Cost.BrokenHints += BreaksHint;
  937       Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight);
  937       Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight);
  939       if (!(Cost < MaxCost))
  955   MaxCost = Cost;