Searched refs:maxvar (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_schedule.c139 * maxvar is the maximal number of variables over all nodes
179 int maxvar; member in struct:isl_sched_graph
477 * graph->n by one and update graph->maxvar.
485 if (nvar > graph->maxvar)
486 graph->maxvar = nvar;
499 * is needed, so in principle we could use "graph->n + 2 * graph->maxvar - 1".
505 graph->maxvar = 0;
508 graph->max_row = graph->n + 2 * graph->maxvar;
1467 return node->nvar - node->rank >= graph->maxvar - graph->n_row;
1940 graph->maxvar
[all...]

Completed in 21 milliseconds