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];
  129   writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId));
  185   if (Clustering_.getPoints().empty())
  191   for (const auto &Measurement : Clustering_.getPoints().front().Measurements) {
  198   const auto &Clusters = Clustering_.getValidClusters();
  217   const auto &Points = Clustering_.getPoints();
  298   const auto &Points = Clustering_.getPoints();
  311        << (Cluster.measurementsMatch(*SubtargetInfo_, RSC, Clustering_,
  434   const auto &Points = Clustering_.getPoints();
  435   const auto &Cluster = Clustering_.getCluster(Id);
  537   const auto &FirstPoint = Clustering_.getPoints()[0];
  553       const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId);
  567       SchedClassClusterIt->addPoint(PointId, Clustering_);
  575                                      Clustering_,