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

References

tools/polly/lib/External/isl/isl_space.c
  898 	if (space->nparam == nparam &&
  902 	isl_assert(space->ctx, space->nparam <= nparam, goto error);
  912 		n = nparam + n_in + n_out;
  913 		if (n < nparam || n < n_in || n < n_out)
  921 		get_ids(space, isl_dim_in, 0, space->n_in, ids + nparam);
  923 			ids + nparam + n_in);
  926 		space->n_id = nparam + n_in + n_out;
  928 	space->nparam = nparam;