reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
278 pw = FN(PW,cow)(pw); 278 pw = FN(PW,cow)(pw); 279 if (!pw || !exp) 282 for (i = 0; i < pw->n; ++i) { 283 pw->p[i].set = isl_set_realign(pw->p[i].set, 283 pw->p[i].set = isl_set_realign(pw->p[i].set, 285 if (!pw->p[i].set) 287 pw->p[i].FIELD = FN(EL,realign_domain)(pw->p[i].FIELD, 287 pw->p[i].FIELD = FN(EL,realign_domain)(pw->p[i].FIELD, 289 if (!pw->p[i].FIELD) 293 pw = FN(PW,reset_domain_space)(pw, isl_reordering_get_space(exp)); 293 pw = FN(PW,reset_domain_space)(pw, isl_reordering_get_space(exp)); 296 return pw; 299 FN(PW,free)(pw);