Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.cpp283 Cluster &OldCluster = Clusters_[CID.getId()]; // Valid clusters storage. in stabilize() local
290 OldCluster.PointIndices.begin(), OldCluster.PointIndices.end(), in stabilize()
294 assert(std::distance(it, OldCluster.PointIndices.end()) > 0 && in stabilize()
297 std::for_each(it, OldCluster.PointIndices.end(), in stabilize()
303 it, OldCluster.PointIndices.end()); in stabilize()
305 OldCluster.PointIndices.erase(it, OldCluster.PointIndices.end()); in stabilize()