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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  862   if (Count <= 2)
  863     return Count;
  868     Count = std::min(Count, RCount);
  868     Count = std::min(Count, RCount);
  879     Count = std::min(Count, RCount);
  879     Count = std::min(Count, RCount);
  882   return Count;