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

References

tools/polly/lib/External/isl/isl_scheduler.c
 5264 	if (graph->n < 1)
 5269 	if (graph->n == 1)
 5272 	if (update_edges(ctx, graph) < 0)
 5275 	if (graph->n_edge == 0)
 5278 	if (detect_sccs(ctx, graph) < 0)
 5281 	next_band(graph);
 5282 	if (graph->scc < graph->n) {
 5282 	if (graph->scc < graph->n) {
 5283 		if (!initialized && compute_maxvar(graph) < 0)
 5285 		return carry_dependences(node, graph);
 5288 	filters = extract_sccs(ctx, graph);