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

References

tools/polly/lib/External/isl/isl_scheduler.c
 7255 	if (detect_sccs(ctx, graph) < 0)
 7258 	if (compute_maxvar(graph) < 0)
 7261 	if (need_feautrier_step(ctx, graph))
 7262 		return compute_schedule_wcc_feautrier(node, graph);
 7264 	if (graph->scc <= 1 || isl_options_get_schedule_whole_component(ctx))
 7265 		return compute_schedule_wcc_whole(node, graph);
 7267 		return compute_schedule_wcc_clustering(node, graph);