X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_options.c;h=1948c2bf3c615792cd75e6c171d1a19055a43fbc;hb=e620469bd088df7ba4e77e120ff4274692c44381;hp=70ebd2398d152743473360cbb5e4c9628335c216;hpb=bd78185134837265fd09df78f9c0c9f12ab0ea82;p=platform%2Fupstream%2Fisl.git diff --git a/isl_options.c b/isl_options.c index 70ebd23..1948c2b 100644 --- a/isl_options.c +++ b/isl_options.c @@ -115,6 +115,18 @@ ISL_ARG_BOOL(struct isl_options, pip_symmetry, 0, "pip-symmetry", 1, "detect simple symmetries in PIP input") ISL_ARG_CHOICE(struct isl_options, convex, 0, "convex-hull", \ convex, ISL_CONVEX_HULL_WRAP, "convex hull algorithm to use") +ISL_ARG_BOOL(struct isl_options, schedule_parametric, 0, + "schedule-parametric", 1, "construct possibly parametric schedules") +ISL_ARG_BOOL(struct isl_options, schedule_outer_zero_distance, 0, + "schedule-outer-zero-distance", 0, + "try to construct schedules with outer zero distances over " + "proximity dependences") +ISL_ARG_BOOL(struct isl_options, schedule_maximize_band_depth, 0, + "schedule-maximize-band-depth", 0, + "maximize the number of scheduling dimensions in a band") +ISL_ARG_BOOL(struct isl_options, schedule_split_parallel, 0, + "schedule-split-parallel", 1, + "split non-tilable bands with parallel schedules") ISL_ARG_VERSION(print_version) ISL_ARG_END };