Home
last modified time | relevance | path

Searched refs:max_row (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_scheduler.c369 int max_row; member
802 graph->max_row = n_edge + graph->maxvar; in compute_max_row()
1221 coincident = isl_calloc_array(ctx, int, graph->max_row); in add_node()
1230 if (!space || !sched || (graph->max_row && !coincident)) in add_node()
3187 if (graph->n_total_row >= graph->max_row) in update_schedule()
3848 sub->max_row = graph->max_row; in extract_sub_graph()