|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/include/isl/polynomial.h 370 __isl_give isl_pw_qpolynomial_fold *isl_pw_qpolynomial_fold_reset_space(
tools/polly/lib/External/isl/isl_aff_private.h 103 __isl_give isl_pw_aff *isl_pw_aff_reset_space(__isl_take isl_pw_aff *pwaff,
151 __isl_give isl_pw_multi_aff *isl_pw_multi_aff_reset_space(
tools/polly/lib/External/isl/isl_polynomial_private.h 251 __isl_give isl_pw_qpolynomial *isl_pw_qpolynomial_reset_space(
References
tools/polly/lib/External/isl/isl_aff.c 6367 pma = isl_pw_multi_aff_reset_space(pma, space);
7431 pa = isl_pw_aff_reset_space(pa, space);
8501 pma = isl_pw_multi_aff_reset_space(pma, space);
tools/polly/lib/External/isl/isl_bound.c 144 bound->pwf = isl_pw_qpolynomial_fold_reset_space(bound->pwf,
146 bound->pwf_tight = isl_pw_qpolynomial_fold_reset_space(bound->pwf_tight,
228 return isl_pw_qpolynomial_fold_reset_space(pwf, bound.dim);
tools/polly/lib/External/isl/isl_pw_templ.c 774 pw = FN(PW,reset_space)(pw, space);
1579 return FN(PW,reset_space)(pw, space);
1603 return FN(PW,reset_space)(pw, space);
1613 return FN(PW,reset_space)(pw, isl_space_copy(pw->dim));
1630 return FN(PW,reset_space)(pw, space);
2169 pw = FN(PW,reset_space)(pw, space);
tools/polly/lib/External/isl/isl_tab_pip.c 5941 opt = isl_pw_multi_aff_reset_space(opt, map_space);