HomeSort by: relevance | last modified time | path
    Searched defs:scc_cluster (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_scheduler_clustering.h 12 * "scc_cluster" maps each SCC index to the cluster to which it belongs,
31 int *scc_cluster; member in struct:isl_clustering
isl_scheduler_clustering.c 24 * into c->scc, initialize scc_cluster and construct
37 c->scc_cluster = isl_calloc_array(ctx, int, c->n);
41 !c->scc_cluster || !c->scc_node || !c->scc_in_merge)
55 c->scc_cluster[i] = i;
75 free(c->scc_cluster);
134 dist = c->scc_cluster[edge->dst->scc] -
135 c->scc_cluster[edge->src->scc];
157 * "scc_cluster" maps each SCC index to the cluster to which it belongs.
162 int *scc_cluster; member in struct:isl_mark_merge_sccs_data
180 int *scc_cluster = data->scc_cluster local
    [all...]

Completed in 23 milliseconds