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

References

tools/polly/lib/External/isl/isl_tab_lexopt_templ.c
   68 	ctx = isl_basic_map_get_ctx(bmap);
   69 	list = isl_alloc_array(ctx, int, bmap->n_ineq);
   70 	var = isl_vec_alloc(ctx, n_out);
   83 	cst = isl_mat_alloc(ctx, n, 1 + n_in);