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

References

tools/polly/lib/External/isl/isl_coalesce.c
  995 	total = isl_basic_map_total_dim(info->bmap);
  997 	T = isl_mat_sub_alloc6(ctx, info->bmap->ineq, k, 1, 0, 1 + total);
 1007 	affected = isl_alloc_array(ctx, int, total);
 1011 	for (i = 0; i < total; ++i)
 1020 		handle = is_affected(info->bmap, i, affected, total);
 1025 		v = isl_vec_alloc(ctx, 1 + total);
 1028 		isl_seq_cpy(v->el, info->bmap->ineq[i], 1 + total);