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

References

tools/polly/lib/External/isl/isl_scheduler.c
 2965 	if (graph->n_total_row >= graph->max_row)
 2965 	if (graph->n_total_row >= graph->max_row)
 2969 	for (i = 0; i < graph->n; ++i) {
 2970 		struct isl_sched_node *node = &graph->node[i];
 2994 		node->coincident[graph->n_total_row] = coincident;
 2999 	graph->n_row++;
 3000 	graph->n_total_row++;