Lines Matching defs:Cluster
119 std::vector<Cluster> &&Clusters,
126 for (const Cluster &Cluster : Clusters) {
127 for (const NodeId FuncId : Cluster.targets()) {
148 const std::vector<Cluster> &Clusters,
175 for (const Cluster &Cluster : Clusters) {
179 Cluster.density(), Cluster.samples(), Cluster.size());
181 for (NodeId FuncId : Cluster.targets()) {
293 std::vector<Cluster> Clusters;
364 Clusters.emplace_back(Cluster(NodeOrder, Cg));