Searched refs:context_j (Results 1 – 1 of 1) sorted by relevance
1054 isl_basic_set *context_i, *context_j; in foreach_bound_pair() local1074 context_j = set_smallest_upper_bound(context_i, bset, in foreach_bound_pair()1076 context_j = isl_basic_set_extend_constraints(context_j, in foreach_bound_pair()1078 context_j = add_larger_bound_constraint(context_j, in foreach_bound_pair()1080 context_j = isl_basic_set_simplify(context_j); in foreach_bound_pair()1081 context_j = isl_basic_set_finalize(context_j); in foreach_bound_pair()1082 if (isl_basic_set_is_empty(context_j)) { in foreach_bound_pair()1083 isl_basic_set_free(context_j); in foreach_bound_pair()1090 if (!lower || !upper || !context_j) in foreach_bound_pair()1092 if (fn(lower, upper, context_j, user) < 0) in foreach_bound_pair()[all …]