reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7045 for (i = 0; i < graph->n; ++i) 7045 for (i = 0; i < graph->n; ++i) 7045 for (i = 0; i < graph->n; ++i) 7046 graph->node[i].cluster = c->scc_cluster[graph->node[i].scc]; 7046 graph->node[i].cluster = c->scc_cluster[graph->node[i].scc]; 7048 for (i = 0; i < graph->scc; ++i) { 7048 for (i = 0; i < graph->scc; ++i) { 7048 for (i = 0; i < graph->scc; ++i) { 7049 if (c->scc_cluster[i] != i) 7049 if (c->scc_cluster[i] != i) 7052 &edge_cluster_exactly, i, &c->cluster[i]) < 0) 7052 &edge_cluster_exactly, i, &c->cluster[i]) < 0) 7054 c->cluster[i].src_scc = -1; 7055 c->cluster[i].dst_scc = -1; 7056 if (copy_partial(graph, c, i) < 0) 7062 for (i = 0; i < graph->n; ++i) 7062 for (i = 0; i < graph->n; ++i) 7062 for (i = 0; i < graph->n; ++i) 7063 c->scc_cluster[graph->node[i].scc] = graph->node[i].cluster; 7063 c->scc_cluster[graph->node[i].scc] = graph->node[i].cluster;