Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp370 std::vector<BenchmarkMeasure> ClusterCenterPoint(Representative.size()); in getAsPoint() local
371 for (auto I : zip(ClusterCenterPoint, Representative)) in getAsPoint()
373 return ClusterCenterPoint; in getAsPoint()
H A DAnalysis.cpp363 const std::vector<BenchmarkMeasure> ClusterCenterPoint = in measurementsMatch() local
371 assert(ClusterCenterPoint.size() == SchedClassPoint.size() && in measurementsMatch()
374 return Clustering.isNeighbour(ClusterCenterPoint, SchedClassPoint, in measurementsMatch()