Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.cpp356 std::vector<BenchmarkMeasure> ClusterCenterPoint(Representative.size()); in getAsPoint() local
357 for (auto I : zip(ClusterCenterPoint, Representative)) in getAsPoint()
359 return ClusterCenterPoint; in getAsPoint()
DAnalysis.cpp357 const std::vector<BenchmarkMeasure> ClusterCenterPoint = in measurementsMatch() local
365 assert(ClusterCenterPoint.size() == SchedClassPoint.size() && in measurementsMatch()
368 return Clustering.isNeighbour(ClusterCenterPoint, SchedClassPoint, in measurementsMatch()