Home
last modified time | relevance | path

Searched refs:getClusterIdForPoint (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp61 EXPECT_EQ(Clustering.get().getClusterIdForPoint(2), in TEST()
63 EXPECT_EQ(Clustering.get().getClusterIdForPoint(5), in TEST()
65 EXPECT_EQ(Clustering.get().getClusterIdForPoint(0), in TEST()
66 Clustering.get().getClusterIdForPoint(3)); in TEST()
67 EXPECT_EQ(Clustering.get().getClusterIdForPoint(1), in TEST()
68 Clustering.get().getClusterIdForPoint(4)); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp129 writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId)); in printInstructionRowCsv()
347 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()
348 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()
559 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run()
H A DClustering.h91 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint() function