Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.cpp274 Cluster &UnstableCluster = Clusters_.back(); in stabilize() local
276 UnstableCluster.PointIndices.reserve(ClusterIDs.size()); in stabilize()
298 [this, &UnstableCluster](size_t P) { in stabilize()
299 ClusterIdForPoint_[P] = UnstableCluster.Id; in stabilize()
302 UnstableCluster.PointIndices.insert(UnstableCluster.PointIndices.end(), in stabilize()
309 assert(UnstableCluster.PointIndices.size() > 1 && in stabilize()
311 assert(UnstableCluster.PointIndices.size() >= ClusterIDs.size() && in stabilize()