Home | History | Annotate | Download | only in dist

Lines Matching refs:PW

11 __isl_give PW *FN(PW,morph_domain)(__isl_take PW *pw,
19 n = FN(PW,n_piece)(pw);
23 ctx = isl_space_get_ctx(pw->dim);
24 isl_assert(ctx, isl_space_is_domain_internal(morph->dom->dim, pw->dim),
27 space = FN(PW,take_space)(pw);
30 pw = FN(PW,restore_space)(pw, space);
36 domain = FN(PW,take_domain_at)(pw, i);
38 pw = FN(PW,restore_domain_at)(pw, i, domain);
39 el = FN(PW,take_base_at)(pw, i);
41 pw = FN(PW,restore_base_at)(pw, i, el);
46 return pw;
48 FN(PW,free)(pw);