Lines Matching refs:clusters
212 self.clusters = collections.OrderedDict(
216 removed = [k for k in prev.clusters if k not in self.clusters]
217 added = [k for k in self.clusters if k not in prev.clusters]
218 updated = [k for k in prev.clusters if k in self.clusters
219 and prev.clusters[k].is_different(self.clusters[k])]
632 s.clusters[c].base_region, b.offset,
635 s.clusters[c].bindings[b]))
641 for b in prev_s.clusters[c].bindings:
645 s.clusters[c].diff_bindings(prev_s.clusters[c])
651 for b in s.clusters[c].bindings:
654 for c in s.clusters:
655 for b in s.clusters[c].bindings: