HomeSort by: relevance | last modified time | path
    Searched refs:Points_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Clustering.cpp 43 Neighbors.reserve(Points_.size() - 1); // The Q itself isn't a neighbor.
44 const auto &QMeasurements = Points_[Q].Measurements;
45 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) {
48 const auto &PMeasurements = Points_[P].Measurements;
65 assert(P < Points_.size());
66 ArrayRef<BenchmarkMeasure> Measurements = Points_[P].Measurements;
80 assert(P < Points_.size());
81 const auto &PMeasurements = Points_[P].Measurements;
92 : Points_(Points),
97 ClusterIdForPoint_.resize(Points_.size())
    [all...]
Clustering.h 94 const std::vector<InstructionBenchmark> &getPoints() const { return Points_; }
138 const std::vector<InstructionBenchmark> &Points_;

Completed in 16 milliseconds