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

References

tools/polly/lib/External/isl/isl_coalesce.c
 3159 	exp1 = isl_alloc_array(ctx, int, div_i->n_row);
 3161 	if ((div_i->n_row && !exp1) || (div_j->n_row && !exp2))
 3164 	div = isl_merge_divs(div_i, div_j, exp1, exp2);
 3170 							i, j, info, div, exp1);
 3180 	free(exp1);
 3186 	free(exp1);