isl_basic_map_range_product: check that parameters match
[platform/upstream/isl.git] / isl_options_private.h
index e6dce11..93563ec 100644 (file)
@@ -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