Lines Matching refs:Cluster
277 ClusterBindings Cluster = in addBinding() local
280 ClusterBindings NewCluster = CBFactory->add(Cluster, K, V); in addBinding()
292 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local
293 if (!Cluster) in lookup()
295 return Cluster->lookup(K); in lookup()
305 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local
306 if (!Cluster) in removeBinding()
309 ClusterBindings NewCluster = CBFactory->remove(*Cluster, K); in removeBinding()
642 const ClusterBindings &Cluster = I.getData(); in iterBindings() local
643 for (ClusterBindings::iterator CI = Cluster.begin(), CE = Cluster.end(); in iterBindings()
733 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() local
734 assert(!Cluster.isEmpty() && "Empty clusters should be removed"); in GenerateClusters()
735 static_cast<DERIVED*>(this)->VisitAddedToCluster(Base, Cluster); in GenerateClusters()
740 AddToWorkList(WorkListElement(Base), &Cluster); in GenerateClusters()
782 const ClusterBindings *Cluster = B.lookup(R); in scanReachableSymbols() local
784 if (!Cluster) in scanReachableSymbols()
787 for (ClusterBindings::iterator RI = Cluster->begin(), RE = Cluster->end(); in scanReachableSymbols()
847 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings() argument
871 for (ClusterBindings::iterator I = Cluster.begin(), E = Cluster.end(); in collectSubRegionBindings()
919 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings() argument
921 collectSubRegionBindings(Bindings, SVB, Cluster, Top, in collectSubRegionBindings()
937 const ClusterBindings *Cluster = B.lookup(ClusterHead); in removeSubRegionBindings() local
938 if (!Cluster) { in removeSubRegionBindings()
949 collectSubRegionBindings(Bindings, svalBuilder, *Cluster, Top, TopKey, in removeSubRegionBindings()
952 ClusterBindingsRef Result(*Cluster, CBFactory); in removeSubRegionBindings()
2272 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); in getInterestingValues() local
2273 if (!Cluster) in getInterestingValues()
2277 collectSubRegionBindings(Bindings, svalBuilder, *Cluster, LazyR, in getInterestingValues()
2344 const ClusterBindings &Cluster = RI.getData(); in includedInBindings() local
2345 for (ClusterBindings::iterator CI = Cluster.begin(), CE = Cluster.end(); in includedInBindings()