Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp265 std::vector<BenchmarkMeasure> SchedClassPoint(NumMeasurements); in getAsPoint() local
269 BenchmarkMeasure &LatencyMeasure = SchedClassPoint[0]; in getAsPoint()
281 for (auto I : zip(SchedClassPoint, Representative)) { in getAsPoint()
309 BenchmarkMeasure &RThroughputMeasure = SchedClassPoint[0]; in getAsPoint()
317 return SchedClassPoint; in getAsPoint()
H A DAnalysis.cpp366 const std::vector<BenchmarkMeasure> SchedClassPoint = in measurementsMatch() local
368 if (SchedClassPoint.empty()) in measurementsMatch()
371 assert(ClusterCenterPoint.size() == SchedClassPoint.size() && in measurementsMatch()
374 return Clustering.isNeighbour(ClusterCenterPoint, SchedClassPoint, in measurementsMatch()