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

References

tools/polly/lib/External/isl/isl_sample.c
  402 	dim = tab->n_var;
  414 	if (isl_tab_extend_cons(tab, dim + 1) < 0)
  417 	min = isl_vec_alloc(ctx, dim);
  418 	max = isl_vec_alloc(ctx, dim);
  419 	snap = isl_alloc_array(ctx, struct isl_tab_undo *, dim);
  492 		if (level + tab->n_unbounded < dim - 1) {