reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2756 nparam = isl_space_dim(graph->node[0].space, isl_dim_param); 2759 for (i = 0; i < graph->n; ++i) { 2760 struct isl_sched_node *node = &graph->node[graph->sorted[i]]; 2760 struct isl_sched_node *node = &graph->node[graph->sorted[i]]; 2767 if (count_constraints(graph, &n_eq, &n_ineq, use_coincidence) < 0) 2769 if (count_bound_constant_constraints(ctx, graph, &n_eq, &n_ineq) < 0) 2771 if (count_bound_coefficient_constraints(ctx, graph, &n_eq, &n_ineq) < 0) 2775 isl_basic_set_free(graph->lp); 2778 graph->lp = isl_basic_set_alloc_space(space, 0, n_eq, n_ineq); 2780 if (add_sum_constraint(graph, 0, param_pos, 2 * nparam) < 0) 2782 if (parametric && add_param_sum_constraint(graph, 2) < 0) 2784 if (add_var_sum_constraint(graph, 3) < 0) 2786 if (add_bound_constant_constraints(ctx, graph) < 0) 2788 if (add_bound_coefficient_constraints(ctx, graph) < 0) 2790 if (add_all_validity_constraints(graph, use_coincidence) < 0) 2792 if (add_all_proximity_constraints(graph, use_coincidence) < 0)