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

References

tools/llvm-exegesis/lib/Analysis.cpp
  128   const InstructionBenchmark &Point = Clustering_.getPoints()[PointId];
  162   if (Clustering.getPoints().empty())
  165   const InstructionBenchmark &FirstPoint = Clustering.getPoints().front();
  185   if (Clustering_.getPoints().empty())
  191   for (const auto &Measurement : Clustering_.getPoints().front().Measurements) {
  217   const auto &Points = Clustering_.getPoints();
  298   const auto &Points = Clustering_.getPoints();
  339   const auto &Point = Clustering.getPoints()[PointId];
  351   assert(!Clustering.getPoints().empty());
  352   const InstructionBenchmark::ModeE Mode = Clustering.getPoints()[0].Mode;
  434   const auto &Points = Clustering_.getPoints();
  537   const auto &FirstPoint = Clustering_.getPoints()[0];