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

References

tools/polly/lib/External/isl/isl_scheduler.c
 2394 		coef = inter_coefficients(graph, edge, map);
 2395 		return update_count(coef, f, n_eq, n_ineq);
 2400 		coef = intra_coefficients(graph, edge->src, copy, 1);
 2401 		if (update_count(coef, fp, n_eq, n_ineq) < 0)
 2407 		coef = intra_coefficients(graph, edge->src, copy, 0);
 2408 		if (update_count(coef, f - fp, n_eq, n_ineq) < 0)