Lines Matching defs:Cluster
45 struct Cluster {
46 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {}
67 /// * Cluster
96 std::vector<Cluster> clusters;
151 Cluster &toC = clusters[to];
157 for (Cluster &c : clusters)
162 static bool isNewDensityBad(Cluster &a, Cluster &b) {
178 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx,
179 Cluster &from, int fromIdx) {
206 Cluster &c = clusters[l];
216 Cluster *predC = &clusters[predL];