1 #include "mem_options.h"
3 ISL_ARGS_START(struct options
, options_args
)
4 ISL_ARG_CHILD(struct options
, barvinok
, NULL
, &barvinok_options_args
,
6 ISL_ARG_BOOL(struct options
, with_input
, 0, "with-input", 0,
7 "include size of input arrays in total")
10 ISL_ARG_DEF(options
, struct options
, options_args
)