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

References

tools/polly/lib/External/isl/isl_coalesce.c
 1025 		v = isl_vec_alloc(ctx, 1 + total);
 1026 		if (!v)
 1028 		isl_seq_cpy(v->el, info->bmap->ineq[i], 1 + total);
 1029 		v = isl_vec_mat_product(v, isl_mat_copy(T));
 1029 		v = isl_vec_mat_product(v, isl_mat_copy(T));
 1030 		v = try_tightening(info, i, v);
 1030 		v = try_tightening(info, i, v);
 1031 		isl_vec_free(v);
 1032 		if (!v)