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

References

tools/polly/lib/External/isl/isl_bernstein.c
  549 		bound->pwf_tight = isl_pw_qpolynomial_fold_fold(bound->pwf_tight, pwf);
  549 		bound->pwf_tight = isl_pw_qpolynomial_fold_fold(bound->pwf_tight, pwf);
tools/polly/lib/External/isl/isl_bound.c
   78 	top_pwf_tight = bound->pwf_tight;
   84 	bound->pwf_tight = isl_pw_qpolynomial_fold_zero(dim, bound->type);
   94 	bound->pwf_tight = isl_pw_qpolynomial_fold_morph_domain(
   95 						bound->pwf_tight, morph);
   98 	bound->pwf_tight = isl_pw_qpolynomial_fold_fold(top_pwf_tight,
   99 							bound->pwf_tight);
  134 	top_pwf_tight = bound->pwf_tight;
  140 	bound->pwf_tight = isl_pw_qpolynomial_fold_zero(dim, bound->type);
  146 	bound->pwf_tight = isl_pw_qpolynomial_fold_reset_space(bound->pwf_tight,
  146 	bound->pwf_tight = isl_pw_qpolynomial_fold_reset_space(bound->pwf_tight,
  150 	bound->pwf_tight = isl_pw_qpolynomial_fold_fold(top_pwf_tight,
  151 							bound->pwf_tight);
  241 	bound.pwf_tight = isl_pw_qpolynomial_fold_zero(isl_space_copy(bound.dim),
  249 	covers = isl_pw_qpolynomial_fold_covers(bound.pwf_tight, bound.pwf);
  261 		return bound.pwf_tight;
  264 	bound.pwf = isl_pw_qpolynomial_fold_fold(bound.pwf, bound.pwf_tight);
  268 	isl_pw_qpolynomial_fold_free(bound.pwf_tight);
tools/polly/lib/External/isl/isl_range.c
  528 	data.pwf_tight = bound->pwf_tight;
  538 	bound->pwf_tight = data.pwf_tight;