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])]
660 s.clusters[c].base_region, b.offset,
663 s.clusters[c].bindings[b]))
669 for b in prev_s.clusters[c].bindings:
673 s.clusters[c].diff_bindings(prev_s.clusters[c])
679 for b in s.clusters[c].bindings:
682 for c in s.clusters:
683 for b in s.clusters[c].bindings: