X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_options_private.h;h=93563eca3b9b14c97da6f501358ee62cb7ceb6e3;hb=e373213db94346209c93290913974f01f98f8998;hp=e6dce11321ae1526132ddb65bf23b4337285a91f;hpb=747237f4a946ad88d45822eb281dc70665b81a76;p=platform%2Fupstream%2Fisl.git diff --git a/isl_options_private.h b/isl_options_private.h index e6dce11..93563ec 100644 --- a/isl_options_private.h +++ b/isl_options_private.h @@ -45,14 +45,20 @@ 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; + }; #endif