Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_options_private.h41 int schedule_parametric; member
Disl_options.c148 ISL_ARG_BOOL(struct isl_options, schedule_parametric, 0,
Disl_test.c5009 ctx->opt->schedule_parametric = 0; in test_schedule()
5012 ctx->opt->schedule_parametric = 1; in test_schedule()
5054 ctx->opt->schedule_parametric = 0; in test_schedule()
5057 ctx->opt->schedule_parametric = 1; in test_schedule()
Disl_scheduler.c1210 if (!ctx->opt->schedule_parametric) in add_node()
2974 parametric = ctx->opt->schedule_parametric; in setup_lp()