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

References

tools/llvm-exegesis/lib/BenchmarkResult.cpp
  421   MaxValue = std::max(MaxValue, BM.PerInstructionValue);
  421   MaxValue = std::max(MaxValue, BM.PerInstructionValue);
tools/llvm-exegesis/lib/BenchmarkResult.h
  105   double max() const { return MaxValue; }