reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_scheduler.c
  785 	graph->max_row = n_edge + graph->maxvar;
 1020 	coincident = isl_calloc_array(ctx, int, graph->max_row);
 1029 	if (!space || !sched || (graph->max_row && !coincident))
 2965 	if (graph->n_total_row >= graph->max_row)
 3621 	sub->max_row = graph->max_row;
 3621 	sub->max_row = graph->max_row;