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

References

tools/llvm-exegesis/lib/Analysis.cpp
  129   writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId));
  341     ClusterId = Clustering.getClusterIdForPoint(PointId);
  342   assert(ClusterId == Clustering.getClusterIdForPoint(PointId));
  553       const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId);
unittests/tools/llvm-exegesis/ClusteringTest.cpp
   61   EXPECT_EQ(Clustering.get().getClusterIdForPoint(2),
   63   EXPECT_EQ(Clustering.get().getClusterIdForPoint(5),
   65   EXPECT_EQ(Clustering.get().getClusterIdForPoint(0),
   66             Clustering.get().getClusterIdForPoint(3));
   67   EXPECT_EQ(Clustering.get().getClusterIdForPoint(1),
   68             Clustering.get().getClusterIdForPoint(4));