HomeSort by: relevance | last modified time | path
    Searched refs:maxvar (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
isl_scheduler_clustering.c 86 return graph->n_row < graph->maxvar &&
532 * "maxvar" is the maximal dimension for the current band.
538 static isl_size compute_maxvar_max_slack(int maxvar, struct isl_clustering *c)
552 if (nvar != maxvar)
570 * (i.e., the band that is to be merged) is smaller than "maxvar" and
575 * of "maxvar". Return isl_size_error in case of any error.
579 static isl_size limit_maxvar_to_slack(int maxvar, int max_slack,
592 if (nvar >= maxvar)
602 maxvar = nvar;
608 return maxvar;
630 isl_size max_slack, maxvar; local
    [all...]
isl_scheduler.h 181 * maxvar is the maximal number of variables over all nodes
228 int maxvar; member in struct:isl_sched_graph
isl_scheduler.c 540 * graph->n by one and update graph->maxvar.
548 if (nvar > graph->maxvar)
549 graph->maxvar = nvar;
572 graph->maxvar = 0;
581 graph->max_row = n_edge + graph->maxvar;
2860 return node->nvar - node->rank >= graph->maxvar - graph->n_row;
3609 graph->maxvar = 0;
3617 if (nvar > graph->maxvar)
3618 graph->maxvar = nvar;
5172 * graph->maxvar is computed based on these ranks. The test fo
    [all...]

Completed in 29 milliseconds