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

References

tools/polly/lib/External/isl/isl_coalesce.c
 1504 				    1 + total);
 1507 	bound = isl_vec_alloc(ctx, 1 + total);
 1511 	isl_seq_cpy(bound->el, info[i].bmap->ineq[k], 1 + total);
 1513 	isl_seq_normalize(ctx, bound->el, 1 + total);
 1515 	isl_seq_cpy(wraps.mat->row[0], bound->el, 1 + total);