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

References

tools/polly/lib/External/isl/isl_scheduler.c
 5641 	if (sort_sccs(graph) < 0)
 5644 	clear_local_edges(graph);
 5645 	check_conditional = need_condition_check(graph);
 5646 	has_coincidence = has_any_coincidence(graph);
 5652 	while (graph->n_row < graph->maxvar) {
 5652 	while (graph->n_row < graph->maxvar) {
 5657 		graph->src_scc = -1;
 5658 		graph->dst_scc = -1;
 5660 		if (setup_lp(ctx, graph, use_coincidence) < 0)
 5662 		sol = solve_lp(ctx, graph);
 5666 			int empty = graph->n_total_row == graph->band_start;
 5666 			int empty = graph->n_total_row == graph->band_start;
 5676 		if (update_schedule(graph, sol, coincident) < 0)
 5681 		violated = has_violated_conditional_constraint(ctx, graph);
 5686 		if (reset_band(graph) < 0)