Lines Matching refs:morph
31 __isl_keep isl_basic_set *bset, __isl_take isl_morph *morph,
37 if (!morph)
41 len = isl_alloc_array(morph->dom->ctx, int, n_group);
46 f = isl_alloc_type(morph->dom->ctx, struct isl_factorizer);
51 f->morph = morph;
58 isl_morph_free(morph);
68 isl_morph_free(f->morph);
81 isl_morph_print_internal(f->morph, stderr);
104 isl_morph *morph;
122 morph = isl_morph_alloc(dom, ran, Q, U);
123 f = isl_factorizer_alloc(bset, morph, n);
364 bset = isl_morph_basic_set(isl_morph_copy(f->morph), bset);