Lines Matching refs:clusters
213 self.clusters = collections.OrderedDict(
217 removed = [k for k in prev.clusters if k not in self.clusters]
218 added = [k for k in self.clusters if k not in prev.clusters]
219 updated = [k for k in prev.clusters if k in self.clusters
220 and prev.clusters[k].is_different(self.clusters[k])]
638 s.clusters[c].base_region, b.offset,
641 s.clusters[c].bindings[b]))
647 for b in prev_s.clusters[c].bindings:
651 s.clusters[c].diff_bindings(prev_s.clusters[c])
657 for b in s.clusters[c].bindings:
660 for c in s.clusters:
661 for b in s.clusters[c].bindings: