HomeSort by: relevance | last modified time | path
    Searched defs:set_j (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_pw_union_opt.c 125 isl_set *set_i, *set_j; local
128 set_j = FN(PW,get_domain_at)(data_j->pw, j);
129 set_i = FN(PW,worse_or_out)(set_i, isl_set_copy(better), set_j);
132 set_j = isl_set_list_get_set(data_j->cell, j);
133 set_j = FN(PW,better_or_out)(set_j, better, set_i);
134 data_j->cell = isl_set_list_set_set(data_j->cell, j, set_j);
186 isl_set *better, *set_i, *set_j; local
190 set_j = FN(PW,peek_domain_at)(data_j->pw, j);
191 is_subset = isl_set_is_subset(set_j, set_i)
335 isl_set *set_i, *set_j; local
    [all...]
isl_coalesce.c 1638 isl_set *set_j; local
1653 set_j = set_from_updated_bmap(info[j].bmap, info[j].tab);
1659 if (!bound || !set_j)
1661 r = add_valid_wraps_around_facet(&wraps, &info[i], k, bound->el, set_j);
1669 isl_set_free(set_j);
1675 isl_set_free(set_j);
1766 struct isl_set *set_j = NULL; local
1773 set_j = set_from_updated_bmap(info[j].bmap, info[j].tab);
1781 if (!set_i || !set_j || !bound)
1798 bound->el, set_j) < 0
2306 struct isl_set *set_j = NULL; local
    [all...]

Completed in 42 milliseconds