X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_options_private.h;h=b7cacb1a566076dd6596ccaf5e1847b1f2bd649f;hb=da67c73305ad02c118b3234ee52dbbc00677f3a3;hp=80c9aa5b4d49390bd8f8d6c29afcc16c21cda786;hpb=7a81002419075ad9244b2fc80fa294a69a5a5e55;p=platform%2Fupstream%2Fisl.git diff --git a/isl_options_private.h b/isl_options_private.h index 80c9aa5..b7cacb1 100644 --- a/isl_options_private.h +++ b/isl_options_private.h @@ -56,6 +56,18 @@ struct isl_options { 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