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)
 2994 		node->coincident[graph->n_total_row] = coincident;
 3000 	graph->n_total_row++;
 3380 	graph->band_start = graph->n_total_row;
 3622 	sub->n_total_row = graph->n_total_row;
 3622 	sub->n_total_row = graph->n_total_row;
 3691 	drop = graph->n_total_row - graph->band_start;
 3692 	graph->n_total_row -= drop;
 3793 	end = graph->n_total_row;
 5576 	empty = graph->n_total_row == graph->band_start;
 5666 			int empty = graph->n_total_row == graph->band_start;
 5811 		graph->n_total_row == graph->band_start;
 6001 	nvar = scc->n_total_row - scc->band_start;
 6063 		n = c->scc[i].n_total_row - start;
 6271 		nvar = scc->n_total_row - scc->band_start;
 6311 		nvar = scc->n_total_row - scc->band_start;
 6376 	for (i = graph->band_start; i < graph->n_total_row; ++i)
 6441 	n = c->scc[node->scc].n_total_row - start;
 6451 	n = merge_graph->n_total_row;
 6670 	if (merge_graph->n_total_row == merge_graph->band_start)
 6674 	    merge_graph->n_total_row < merge_graph->maxvar)
 6743 	n = graph->n_total_row - start;
 6759 	graph->n_total_row -= n;
 6761 	graph->n_total_row += n_new;
 6991 	c->cluster[pos].n_total_row = c->scc[pos].n_total_row;
 6991 	c->cluster[pos].n_total_row = c->scc[pos].n_total_row;