Lines Matching defs:set_i
1765 struct isl_set *set_i = NULL;
1772 set_i = set_from_updated_bmap(info[i].bmap, info[i].tab);
1781 if (!set_i || !set_j || !bound)
1791 if (add_wraps(&wraps, &info[j], bound->el, set_i) < 0)
1809 isl_set_free(set_i);
1818 isl_set_free(set_i);
1828 * "set_i" is the underlying set of basic map i.
1845 struct isl_coalesce_info *info_j, __isl_keep isl_set *set_i,
1856 else if (add_wraps(wraps, info_j, wraps->mat->row[w], set_i) < 0)
1870 * "set_i" is the underlying set of basic map i.
1884 __isl_keep isl_set *set_i)
1907 if (wrap_in_facet(wraps, w, &info[j], set_i, snap) < 0)
1921 if (wrap_in_facet(wraps, w, &info[j], set_i, snap) < 0)
1949 isl_set *set_i = NULL;
1961 set_i = set_from_updated_bmap(info[i].bmap, info[i].tab);
1966 if (!set_i)
1969 change = try_wrap_in_facets(i, j, info, &wraps, set_i);
1972 isl_set_free(set_i);
1977 isl_set_free(set_i);
2305 struct isl_set *set_i = NULL;
2317 set_i = set_from_updated_bmap(info[i].bmap, info[i].tab);
2326 if (!set_i || !set_j || !bound)
2338 if (add_wraps(&wraps, &info[j], bound->el, set_i) < 0)
2362 isl_set_free(set_i);