reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
139 return node->scc == scc; 144 return node->scc <= scc; 149 return node->scc >= scc; 1490 graph->node[g->order[i]].scc = graph->scc; 1529 return graph->node[*i1].scc - graph->node[*i2].scc; 1529 return graph->node[*i1].scc - graph->node[*i2].scc; 2822 if (graph->edge[i].src->scc == graph->edge[i].dst->scc) 2822 if (graph->edge[i].src->scc == graph->edge[i].dst->scc) 2828 graph->src_scc = graph->edge[i].src->scc; 2829 graph->dst_scc = graph->edge[i].dst->scc; 3671 return edge->src->scc == scc && edge->dst->scc == scc; 3671 return edge->src->scc == scc && edge->dst->scc == scc; 3676 return edge->dst->scc <= scc; 3681 return edge->src->scc >= scc; 5855 if (bad_cluster(&c->scc[edge->src->scc]) || 5856 bad_cluster(&c->scc[edge->dst->scc])) 5858 dist = c->scc_cluster[edge->dst->scc] - 5859 c->scc_cluster[edge->src->scc]; 5910 if (scc_cluster[graph->node[i].scc] == scc_cluster[graph->node[j].scc]) 5910 if (scc_cluster[graph->node[i].scc] == scc_cluster[graph->node[j].scc]) 5968 int scc = graph->node[g->order[i]].scc; 6205 if (!scc_in_merge[edge->src->scc]) 6207 if (!scc_in_merge[edge->dst->scc]) 6436 scc_node = graph_find_node(ctx, &c->scc[node->scc], node->space); 6437 if (scc_node && !is_node(&c->scc[node->scc], scc_node)) 6440 start = c->scc[node->scc].band_start; 6441 n = c->scc[node->scc].n_total_row - start; 6443 space = cluster_space(&c->scc[node->scc], c->scc_cluster[node->scc]); 6443 space = cluster_space(&c->scc[node->scc], c->scc_cluster[node->scc]); 6633 if (!c->scc_in_merge[edge->src->scc]) 6635 if (!c->scc_in_merge[edge->dst->scc]) 6637 if (c->scc_cluster[edge->dst->scc] == 6638 c->scc_cluster[edge->src->scc]) 6886 if (!scc_in_merge[edge->src->scc]) 6888 if (!scc_in_merge[edge->dst->scc]) 7001 s = graph->node[i].scc; 7046 graph->node[i].cluster = c->scc_cluster[graph->node[i].scc]; 7063 c->scc_cluster[graph->node[i].scc] = graph->node[i].cluster; 7104 if (bad_cluster(&c->scc[edge->src->scc]) || 7105 bad_cluster(&c->scc[edge->dst->scc])) 7107 if (c->scc_cluster[edge->dst->scc] == 7108 c->scc_cluster[edge->src->scc])