isl_union_set_compute_schedule: make preference for large bands configurable
[platform/upstream/isl.git] / include / isl / options.h
index a60d2c8..d280ab3 100644 (file)
@@ -60,6 +60,9 @@ struct isl_options {
        int                     convex;
 
        int                     schedule_parametric;
+       int                     schedule_outer_zero_distance;
+       int                     schedule_maximize_band_depth;
+       int                     schedule_split_parallel;
 };
 
 ISL_ARG_DECL(isl_options, struct isl_options, isl_options_arg)