X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_options_private.h;h=b7cacb1a566076dd6596ccaf5e1847b1f2bd649f;hb=de51a9bc4da5dd3f1f9f57c2362da6f9752c44e0;hp=e6dce11321ae1526132ddb65bf23b4337285a91f;hpb=df17c511ad4492bfa3aa164b4488d9f857888b13;p=platform%2Fupstream%2Fisl.git diff --git a/isl_options_private.h b/isl_options_private.h index e6dce11..b7cacb1 100644 --- a/isl_options_private.h +++ b/isl_options_private.h @@ -45,14 +45,29 @@ struct isl_options { #define ISL_CONVEX_HULL_FM 1 int convex; + int coalesce_bounded_wrapping; + int schedule_max_coefficient; int schedule_max_constant_term; int schedule_parametric; int schedule_outer_zero_distance; int schedule_maximize_band_depth; int schedule_split_scaled; + int schedule_separate_components; unsigned schedule_algorithm; int schedule_fuse; + + int tile_scale_tile_loops; + + char *ast_iterator_type; + + int ast_build_atomic_upper_bound; + int ast_build_prefer_pdiv; + int ast_build_exploit_nested_bounds; + int ast_build_group_coscheduled; + int ast_build_separation_bounds; + int ast_build_scale_strides; + int ast_build_allow_else; }; #endif