Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.cpp66 NoiseCluster_(ClusterId::noise()), ErrorCluster_(ClusterId::error()) {} in InstructionBenchmarkClustering()
77 ErrorCluster_.PointIndices.push_back(P); in validateAndSetup()
164 if (Clustering.ErrorCluster_.PointIndices.size() == Points.size()) { in create()
DClustering.h83 return ErrorCluster_; in getCluster()
108 Cluster ErrorCluster_; variable