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

/haiku-buildtools/isl/
H A Disl_schedule_private.h27 * n_total_row is the number of coordinates of the schedule.
37 int n_total_row; member in struct:isl_schedule
H A Disl_schedule.c143 * n_total_row is the current number of rows in the node schedules
186 int n_total_row; member in struct:isl_sched_graph
1531 if (graph->n_total_row >= graph->max_row)
1574 node->band[graph->n_total_row] = graph->n_band;
1575 node->zero[graph->n_total_row] = zero;
1581 graph->n_total_row++;
1694 graph->band_start = graph->n_total_row;
1717 if (graph->n_total_row >= graph->max_row)
1736 node->band[graph->n_total_row] = graph->n_band;
1739 graph->n_total_row
2088 int n_total_row, orig_total_row; local
2847 int n_total_row, orig_total_row; local
[all...]

Completed in 37 milliseconds