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

References

tools/polly/lib/External/isl/isl_scheduler.c
 1481 	g = isl_tarjan_graph_init(ctx, graph->n, follows, graph);
 1481 	g = isl_tarjan_graph_init(ctx, graph->n, follows, graph);
 1485 	graph->scc = 0;
 1487 	n = graph->n;
 1490 			graph->node[g->order[i]].scc = graph->scc;
 1490 			graph->node[g->order[i]].scc = graph->scc;
 1495 		graph->scc++;