reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
192 if (!pw1 || !pw2) 195 ctx = isl_space_get_ctx(pw1->dim); 196 if (!isl_space_is_equal(pw1->dim, pw2->dim)) 200 if (FN(PW,is_empty)(pw1)) { 201 FN(PW,free)(pw1); 207 return pw1; 210 pw1 = FN(PW,sort)(pw1); 210 pw1 = FN(PW,sort)(pw1); 212 if (!pw1 || !pw2) 215 list1 = FN(PW,extract_domains)(pw1); 218 for (i = 0; i < pw1->n; ++i) { 223 disjoint = isl_set_is_disjoint(pw1->p[i].set, 230 pw1->p[i].FIELD, cmp); 236 set_i = isl_set_copy(pw1->p[i].set); 243 res = FN(PW,merge)(pw1, pw2, list1, list2); 249 FN(PW,free)(pw1);