Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAnalysis.cpp401 std::vector<BenchmarkMeasure> SchedClassPoint(NumMeasurements); in measurementsMatch() local
413 SchedClassPoint[0].Value = 0.0; in measurementsMatch()
417 SchedClassPoint[0].Value = in measurementsMatch()
418 std::max<double>(SchedClassPoint[0].Value, WLE->Cycles); in measurementsMatch()
436 SchedClassPoint[I].Value = in measurementsMatch()
447 return Clustering.isNeighbour(ClusterCenterPoint, SchedClassPoint); in measurementsMatch()