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

References

tools/polly/lib/External/isl/isl_map.c
 4591 	total = nparam + n_in + n_out + bmap1->n_div + bmap2->n_div + 2 * n_out;
 4592 	dim_map1 = isl_dim_map_alloc(bmap1->ctx, total);
 4593 	dim_map2 = isl_dim_map_alloc(bmap2->ctx, total);
 4611 		isl_seq_clr(bmap->eq[j], 1+total);