Searched refs:elim_for (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_map_simplify.c712 int *elim_for; local
734 elim_for = isl_calloc_array(ctx, int, bmap->n_div);
760 elim_for[l] = k + 1;
765 if (!elim_for[l])
767 k = elim_for[l] - 1;
778 free(elim_for);

Completed in 86 milliseconds