Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.cpp44 if (isNeighbour(PMeasurements, QMeasurements)) { in rangeQuery()
51 bool InstructionBenchmarkClustering::isNeighbour( in isNeighbour() function in exegesis::InstructionBenchmarkClustering
DClustering.h91 bool isNeighbour(const std::vector<BenchmarkMeasure> &P,
DAnalysis.cpp447 return Clustering.isNeighbour(ClusterCenterPoint, SchedClassPoint); in measurementsMatch()