Home
last modified time | relevance | path

Searched refs:schedule_parametric (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_options_private.h41 int schedule_parametric; member
H A Disl_options.c148 ISL_ARG_BOOL(struct isl_options, schedule_parametric, 0,
H A Disl_test.c5167 ctx->opt->schedule_parametric = 0; in test_schedule()
5170 ctx->opt->schedule_parametric = 1; in test_schedule()
5212 ctx->opt->schedule_parametric = 0; in test_schedule()
5215 ctx->opt->schedule_parametric = 1; in test_schedule()
H A Disl_scheduler.c989 if (!ctx->opt->schedule_parametric) in add_node()
2770 parametric = ctx->opt->schedule_parametric; in setup_lp()