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

References

tools/polly/lib/External/isl/isl_coalesce.c
 2046 	bound = isl_vec_alloc(ctx, 1 + total);
 2047 	if (!set_i || !set_j || !bound)
 2051 		isl_seq_neg(bound->el, info[i].bmap->eq[k / 2], 1 + total);
 2053 		isl_seq_cpy(bound->el, info[i].bmap->eq[k / 2], 1 + total);
 2054 	isl_int_add_ui(bound->el[0], bound->el[0], 1);
 2054 	isl_int_add_ui(bound->el[0], bound->el[0], 1);
 2056 	isl_seq_cpy(wraps.mat->row[0], bound->el, 1 + total);
 2059 	if (add_wraps(&wraps, &info[j], bound->el, set_i) < 0)
 2064 	isl_int_sub_ui(bound->el[0], bound->el[0], 1);
 2064 	isl_int_sub_ui(bound->el[0], bound->el[0], 1);
 2065 	isl_seq_neg(bound->el, bound->el, 1 + total);
 2065 	isl_seq_neg(bound->el, bound->el, 1 + total);
 2067 	isl_seq_cpy(wraps.mat->row[wraps.mat->n_row], bound->el, 1 + total);
 2070 	if (add_wraps(&wraps, &info[i], bound->el, set_j) < 0)
 2085 	isl_vec_free(bound);