Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.h102 return ErrorCluster_; in getCluster()
146 Cluster ErrorCluster_; variable
DClustering.cpp94 NoiseCluster_(ClusterId::noise()), ErrorCluster_(ClusterId::error()) {} in InstructionBenchmarkClustering()
105 ErrorCluster_.PointIndices.push_back(P); in validateAndSetup()
326 if (Clustering.ErrorCluster_.PointIndices.size() == Points.size()) { in create()