Searched refs:Points_ (Results 1 – 2 of 2) sorted by relevance
43 Neighbors.reserve(Points_.size() - 1); // The Q itself isn't a neighbor. in rangeQuery()44 const auto &QMeasurements = Points_[Q].Measurements; in rangeQuery()45 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in rangeQuery()48 const auto &PMeasurements = Points_[P].Measurements; in rangeQuery()65 assert(P < Points_.size()); in areAllNeighbours()66 ArrayRef<BenchmarkMeasure> Measurements = Points_[P].Measurements; in areAllNeighbours()80 assert(P < Points_.size()); in areAllNeighbours()81 const auto &PMeasurements = Points_[P].Measurements; in areAllNeighbours()92 : Points_(Points), in InstructionBenchmarkClustering()97 ClusterIdForPoint_.resize(Points_.size()); in validateAndSetup()[all …]
94 const std::vector<InstructionBenchmark> &getPoints() const { return Points_; } in getPoints()138 const std::vector<InstructionBenchmark> &Points_; variable