Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.cpp48 const auto &PMeasurements = Points_[P].Measurements; in rangeQuery() local
49 if (PMeasurements.empty()) // Error point. in rangeQuery()
51 if (isNeighbour(PMeasurements, QMeasurements, in rangeQuery()
81 const auto &PMeasurements = Points_[P].Measurements; in areAllNeighbours() local
82 if (PMeasurements.empty()) // Error point. in areAllNeighbours()
84 return isNeighbour(PMeasurements, Centroid, in areAllNeighbours()