X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_options_private.h;h=494bd1af591039b7e29470b4a354bb368073dbe4;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=93563eca3b9b14c97da6f501358ee62cb7ceb6e3;hpb=b0a600c3dbb267704fd3799ca50077d6471d2444;p=platform%2Fupstream%2Fisl.git diff --git a/isl_options_private.h b/isl_options_private.h index 93563ec..494bd1a 100644 --- a/isl_options_private.h +++ b/isl_options_private.h @@ -58,7 +58,18 @@ struct isl_options { int schedule_fuse; int tile_scale_tile_loops; - + int tile_shift_point_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; + int ast_build_allow_or; }; #endif