Lines Matching defs:Cluster
45 struct Cluster {
46 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {}
67 /// * Cluster
97 std::vector<Cluster> clusters;
152 Cluster &toC = clusters[to];
158 for (Cluster &c : clusters)
163 static bool isNewDensityBad(Cluster &a, Cluster &b) {
179 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx,
180 Cluster &from, int fromIdx) {
207 Cluster &c = clusters[l];
217 Cluster *predC = &clusters[predL];