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

References

tools/polly/lib/External/isl/isl_tab_pip.c
 5202 	ctx = isl_basic_set_get_ctx(bset);
 5208 	data->v = isl_vec_alloc(ctx, 1 + data->tab->n_var);
 5211 	data->local = isl_calloc_array(ctx, struct isl_local_region,
 5216 	data->sol = isl_vec_alloc(ctx, 0);