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

References

tools/polly/lib/External/isl/isl_scheduler.c
 2558 	total = isl_basic_set_dim(graph->lp, isl_dim_set);
 2570 		isl_seq_clr(graph->lp->ineq[k], 1 + total);
 2575 	ineq = isl_vec_alloc(ctx, 1 + total);
 2592 		isl_seq_cpy(graph->lp->ineq[k], ineq->el, 1 + total);
 2598 		isl_seq_cpy(graph->lp->ineq[k], ineq->el, 1 + total);