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

References

tools/polly/lib/External/isl/isl_scheduler.c
 4266 		return compute_next_band(node, graph, 0);
 4267 	if (graph->n <= 1)
 4268 		return compute_next_band(node, graph, 0);
 4275 	row = isl_mat_rows(graph->node[0].sched) - 1;
 4277 	for (i = 0; i < graph->n; ++i) {
 4278 		struct isl_sched_node *node = &graph->node[i];
 4289 		return compute_next_band(node, graph, 0);
 4292 	for (i = 0; i < graph->n; ++i) {
 4293 		struct isl_sched_node *node = &graph->node[i];
 4306 	return compute_next_band(node, graph, 0);