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

References

lib/CodeGen/RegAllocGreedy.cpp
  983       if (!Intf->overlaps(Start, End))
  987       if (!Register::isVirtualRegister(Intf->reg))
  990       if (getStage(*Intf) == RS_Done)
  994       bool BreaksHint = VRM->hasPreferredPhys(Intf->reg);
  997       Cost.MaxWeight = std::max(Cost.MaxWeight, Intf->weight);