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

References

tools/polly/lib/External/isl/isl_coalesce.c
 1501 	ctx = isl_basic_map_get_ctx(info[i].bmap);
 1502 	mat = isl_mat_alloc(ctx, 2 * (info[i].bmap->n_eq + info[j].bmap->n_eq) +
 1507 	bound = isl_vec_alloc(ctx, 1 + total);
 1513 	isl_seq_normalize(ctx, bound->el, 1 + total);