Home | History | Annotate | Download | only in dist

Lines Matching defs:set_j

1638 	isl_set *set_j;
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;
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)
1810 isl_set_free(set_j);
1819 isl_set_free(set_j);
2306 struct isl_set *set_j = NULL;
2318 set_j = set_from_updated_bmap(info[j].bmap, info[j].tab);
2326 if (!set_i || !set_j || !bound)
2349 if (add_wraps(&wraps, &info[i], bound->el, set_j) < 0)
2363 isl_set_free(set_j);