Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp129 writeClusterId<kEscapeCsv>(OS, Clustering_.getClusterIdForPoint(PointId)); in printInstructionRowCsv()
344 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()
345 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()
556 const auto &ClusterId = Clustering_.getClusterIdForPoint(PointId); in run()
H A DClustering.h90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint() function