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

References

tools/polly/lib/External/isl/isl_scheduler.c
 2575 	ineq = isl_vec_alloc(ctx, 1 + total);
 2576 	ineq = isl_vec_clr(ineq);
 2576 	ineq = isl_vec_clr(ineq);
 2577 	if (!ineq)
 2585 		isl_int_set_si(ineq->el[pos], 1);
 2586 		isl_int_set_si(ineq->el[pos + 1], -1);
 2587 		isl_int_set(ineq->el[0], node->max->el[i]);
 2592 		isl_seq_cpy(graph->lp->ineq[k], ineq->el, 1 + total);
 2594 		isl_seq_neg(ineq->el + pos, ineq->el + pos, 2);
 2594 		isl_seq_neg(ineq->el + pos, ineq->el + pos, 2);
 2598 		isl_seq_cpy(graph->lp->ineq[k], ineq->el, 1 + total);
 2600 		isl_seq_clr(ineq->el + pos, 2);
 2602 	isl_vec_free(ineq);
 2606 	isl_vec_free(ineq);