Searched refs:set_i (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/cloog/source/isl/
H A Ddomain.c219 isl_set *set_i, *set_j; local
224 set_i = isl_set_from_cloog_domain(doms[0]);
225 ctx = isl_set_get_ctx(set_i);
227 set_i = isl_set_from_cloog_domain(doms[i]);
228 assert(isl_set_n_basic_set(set_i) == 1);
244 set_i = isl_set_from_cloog_domain(doms[i]);
246 bset_i = isl_set_copy_basic_set(set_i);
1751 isl_set *set_i = isl_set_from_cloog_domain(list->domain); local
1752 n = isl_set_dim(set_i, isl_dim_set) - first;
1753 set_i
[all...]
/haiku-buildtools/isl/
H A Disl_coalesce.c783 struct isl_set *set_i = NULL; local
790 set_i = set_from_updated_bmap(map->p[i], tabs[i]);
797 if (!set_i || !set_j || !wraps.mat || !bound)
806 if (add_wraps(&wraps, map->p[j], tabs[j], bound->el, set_i) < 0)
836 isl_set_free(set_i);
845 isl_set_free(set_i);
1207 struct isl_set *set_i = NULL; local
1219 set_i = set_from_updated_bmap(map->p[i], tabs[i]);
1226 if (!set_i || !set_j || !wraps.mat || !bound)
1238 if (add_wraps(&wraps, map->p[j], tabs[j], bound->el, set_i) <
[all...]
H A Disl_aff.c2350 isl_set *set_i; local
2356 set_i = isl_set_from_basic_set(bset);
2357 set_i = isl_set_intersect(set_i, isl_set_copy(pwaff->p[i].set));
2358 set = isl_set_union_disjoint(set, set_i);
2383 isl_set *set_i, *zero; local
2390 set_i = isl_set_copy(pwaff->p[i].set);
2392 set_i = isl_set_subtract(set_i, zero);
2394 set_i
[all...]
H A Disl_pw_templ.c827 isl_set *set_i; local
830 set_i = isl_set_intersect(isl_set_copy(pw->p[i].set),
832 empty = isl_set_plain_is_empty(set_i);
833 pw->p[i].FIELD = fn_el(pw->p[i].FIELD, set_i);
H A Disl_output.c2253 isl_set *set_i; local
2257 set_i = isl_set_copy(pwaff->p[i].set);
2258 set_i = isl_set_gist(set_i, isl_set_copy(domain));
2259 p = print_set_c(p, space, set_i);
2260 isl_set_free(set_i);
H A Disl_polynomial.c4339 isl_set *set_i = isl_set_copy(set); local
4342 if (set_div(set_i, qp_i, div, min, data) < 0)

Completed in 58 milliseconds