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

References

tools/polly/lib/External/isl/isl_scheduler.c
 3607 	if (graph_alloc(ctx, sub, n, n_edge) < 0)
 3609 	sub->root = graph->root;
 3610 	if (copy_nodes(sub, graph, node_pred, data) < 0)
 3612 	if (graph_init_table(ctx, sub) < 0)
 3615 		sub->max_edge[t] = graph->max_edge[t];
 3616 	if (graph_init_edge_tables(ctx, sub) < 0)
 3618 	if (copy_edges(ctx, sub, graph, edge_pred, data) < 0)
 3620 	sub->n_row = graph->n_row;
 3621 	sub->max_row = graph->max_row;
 3622 	sub->n_total_row = graph->n_total_row;
 3623 	sub->band_start = graph->band_start;