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

References

tools/polly/lib/External/isl/isl_scheduler.c
 1361 	edge = graph_find_matching_edge(graph, &graph->edge[graph->n_edge]);
 1362 	if (!edge) {
 1366 	if (edge == &graph->edge[graph->n_edge])
 1370 	if (merge_edge(edge, &graph->edge[graph->n_edge]) < 0)
 1373 	return graph_edge_table_add(ctx, graph, data->type, edge);