Lines Matching full:user
79 * of the user.
86 __isl_take isl_qpolynomial *poly, void *user) in compressed_guarded_poly_bound() argument
88 struct isl_bound *bound = (struct isl_bound *)user; in compressed_guarded_poly_bound()
120 __isl_take isl_qpolynomial *poly, void *user) in unwrapped_guarded_poly_bound() argument
122 struct isl_bound *bound = (struct isl_bound *)user; in unwrapped_guarded_poly_bound()
135 return compressed_guarded_poly_bound(bset, poly, user); in unwrapped_guarded_poly_bound()
154 r = compressed_guarded_poly_bound(bset, poly, user); in unwrapped_guarded_poly_bound()
194 __isl_take isl_qpolynomial *poly, void *user) in guarded_poly_bound() argument
196 struct isl_bound *bound = (struct isl_bound *)user; in guarded_poly_bound()
205 return unwrapped_guarded_poly_bound(bset, poly, user); in guarded_poly_bound()
232 r = unwrapped_guarded_poly_bound(bset, poly, user); in guarded_poly_bound()
249 static isl_stat guarded_qp(__isl_take isl_qpolynomial *qp, void *user) in guarded_qp() argument
251 struct isl_bound *bound = (struct isl_bound *)user; in guarded_qp()
255 &guarded_poly_bound, user); in guarded_qp()
260 static isl_stat basic_guarded_fold(__isl_take isl_basic_set *bset, void *user) in basic_guarded_fold() argument
262 struct isl_bound *bound = (struct isl_bound *)user; in basic_guarded_fold()
267 &guarded_qp, user); in basic_guarded_fold()
273 __isl_take isl_qpolynomial_fold *fold, void *user) in guarded_fold() argument
275 struct isl_bound *bound = (struct isl_bound *)user; in guarded_fold()
386 static isl_stat bound_pw(__isl_take isl_pw_qpolynomial *pwqp, void *user) in bound_pw() argument
388 struct isl_union_bound_data *data = user; in bound_pw()