Searched refs:isl_set_foreach_point (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | bound.c | 220 isl_set_foreach_point(context, verify_point, &vpb); in check_solution()
|
D | isl_point.c | 516 isl_stat isl_set_foreach_point(__isl_keep isl_set *set, in isl_set_foreach_point() function
|
D | isl_union_map.c | 808 r = isl_set_foreach_point(set, data->fn, data->user); in foreach_point()
|
D | isl_ast_codegen.c | 3138 if (isl_set_foreach_point(classes, &compute_class_domains, &domains) < 0) in compute_domains()
|
D | isl_polynomial.c | 4365 if (isl_set_foreach_point(set, opt_fn, &data) < 0) in isl_qpolynomial_opt_on_domain()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | set.h | 517 isl_stat isl_set_foreach_point(__isl_keep isl_set *set,
|
D | cpp-checked.h | 10388 auto res = isl_set_foreach_point(get(), fn_lambda, &fn_data); in foreach_point()
|
D | isl-noexceptions.h | 14777 auto res = isl_set_foreach_point(get(), fn_lambda, &fn_data); in foreach_point()
|
D | cpp.h | 14417 auto res = isl_set_foreach_point(get(), fn_lambda, &fn_data); in foreach_point()
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | user.pod | 2616 isl_stat isl_set_foreach_point(__isl_keep isl_set *set, 2628 the C<isl_set_foreach_point> call. The function C<fn> 2630 In the latter case, C<isl_set_foreach_point> will stop 2633 then C<isl_set_foreach_point> returns C<isl_stat_ok>.
|
/external/llvm-project/polly/lib/External/isl/interface/ |
D | isl.py | 9237 res = isl.isl_set_foreach_point(arg0.ptr, cb, None) 9811 isl.isl_set_foreach_point.argtypes = [c_void_p, c_void_p, c_void_p]
|