reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4204 k = isl_basic_set_alloc_equality(graph->lp); 4205 if (k < 0) 4207 isl_seq_clr(graph->lp->eq[k], 1 + total); 4208 isl_int_set_si(graph->lp->eq[k][0], -n_edge); 4209 isl_int_set_si(graph->lp->eq[k][1], 1); 4211 isl_int_set_si(graph->lp->eq[k][4 + i], 1); 4219 k = isl_basic_set_alloc_inequality(graph->lp); 4220 if (k < 0) 4222 isl_seq_clr(graph->lp->ineq[k], 1 + total); 4223 isl_int_set_si(graph->lp->ineq[k][4 + i], -1); 4224 isl_int_set_si(graph->lp->ineq[k][0], 1);