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

  /src/external/mit/isl/dist/
isl_scheduler_clustering.c 84 static int bad_cluster(struct isl_sched_graph *graph) function
131 if (bad_cluster(&c->scc[edge->src->scc]) ||
132 bad_cluster(&c->scc[edge->dst->scc]))
1398 if (bad_cluster(&c->scc[edge->src->scc]) ||
1399 bad_cluster(&c->scc[edge->dst->scc]))
isl_scheduler_clustering.c 84 static int bad_cluster(struct isl_sched_graph *graph) function
131 if (bad_cluster(&c->scc[edge->src->scc]) ||
132 bad_cluster(&c->scc[edge->dst->scc]))
1398 if (bad_cluster(&c->scc[edge->src->scc]) ||
1399 bad_cluster(&c->scc[edge->dst->scc]))

Completed in 34 milliseconds