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

References

tools/polly/lib/External/isl/isl_fold.c
  894 	res = isl_pw_qpolynomial_fold_alloc_size(isl_space_copy(pw1->dim),
 1014 	pwf = isl_pw_qpolynomial_fold_alloc_size(isl_space_copy(pwqp->dim),
tools/polly/lib/External/isl/isl_pw_templ.c
   56 	return FN(PW,alloc_size)(dim, type, 0);
  152 	pw = FN(PW,alloc_size)(FN(EL,get_space)(el), type, 1);
  173 	dup = FN(PW,alloc_size)(isl_space_copy(pw->dim), pw->type, pw->n);
  433 	res = FN(PW,alloc_size)(isl_space_copy(pw1->dim), pw1->type, n);
  514 	res = FN(PW,alloc_size)(isl_space_copy(pw->dim), pw->type, n);
  603 	res = FN(PW,alloc_size)(isl_space_copy(space), pw1->type, n);