Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.h103 return ErrorCluster_; in getCluster()
148 Cluster ErrorCluster_; variable
H A DClustering.cpp96 NoiseCluster_(ClusterId::noise()), ErrorCluster_(ClusterId::error()) {} in InstructionBenchmarkClustering()
107 ErrorCluster_.PointIndices.push_back(P); in validateAndSetup()
340 if (Clustering.ErrorCluster_.PointIndices.size() == Points.size()) { in create()