Lines Matching refs:ClusterId
94 NoiseCluster_(ClusterId::noise()), ErrorCluster_(ClusterId::error()) {} in InstructionBenchmarkClustering()
104 ClusterIdForPoint_[P] = ClusterId::error(); in validateAndSetup()
138 ClusterIdForPoint_[P] = ClusterId::noise(); in clusterizeDbScan()
143 Clusters_.emplace_back(ClusterId::makeValid(Clusters_.size())); in clusterizeDbScan()
212 Clusters_.emplace_back(ClusterId::makeValid( in clusterizeNaive()
253 std::map<OpcodeAndConfig, SmallSet<ClusterId, 1>> OpcodeConfigToClusterIDs; in stabilize()
257 const ClusterId &ClusterIdOfPoint = std::get<1>(Point); in stabilize()
261 SmallSet<ClusterId, 1> &ClusterIDsOfOpcode = OpcodeConfigToClusterIDs[Key]; in stabilize()
266 const SmallSet<ClusterId, 1> &ClusterIDs = OpcodeConfigToClusterID.second; in stabilize()
273 Clusters_.emplace_back(ClusterId::makeValidUnstable(Clusters_.size())); in stabilize()
280 for (const ClusterId &CID : ClusterIDs) { in stabilize()