Lines Matching refs:Clustering
155 const InstructionBenchmarkClustering &Clustering, in Analysis() argument
158 : Clustering_(Clustering), InstrInfo_(std::move(InstrInfo)), in Analysis()
162 if (Clustering.getPoints().empty()) in Analysis()
165 const InstructionBenchmark &FirstPoint = Clustering.getPoints().front(); in Analysis()
337 size_t PointId, const InstructionBenchmarkClustering &Clustering) { in addPoint() argument
339 const auto &Point = Clustering.getPoints()[PointId]; in addPoint()
341 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()
342 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()
349 const InstructionBenchmarkClustering &Clustering, in measurementsMatch() argument
351 assert(!Clustering.getPoints().empty()); in measurementsMatch()
352 const InstructionBenchmark::ModeE Mode = Clustering.getPoints()[0].Mode; in measurementsMatch()
368 return Clustering.isNeighbour(ClusterCenterPoint, SchedClassPoint, in measurementsMatch()