Home | History | Annotate | Download | only in dist

Lines Matching defs:set_i

1144 		isl_set *set_i;
1156 set_i = FN(PW,get_domain_at)(pw, i);
1157 set_i = intersect_context(set_i, isl_set_copy(context));
1158 empty = isl_set_plain_is_empty(set_i);
1160 el = FN(EL,gist)(el, set_i);
1162 set_i = FN(PW,take_domain_at)(pw, i);
1163 set_i = fn_dom(set_i, isl_set_copy(context));
1164 pw = FN(PW,restore_domain_at)(pw, i, set_i);