Searched refs:force_zero (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_schedule.c1310 * If force_zero is set, then we add equalities to ensure that
1314 int force_zero)
1347 n_eq += 2 + parametric + force_zero;
1361 if (!force_zero)
1366 if (force_zero) {
2754 int force_zero = 0; local
2768 force_zero = 1;
2776 if (setup_lp(ctx, graph, force_zero) < 0)
2794 force_zero = 0;
1313 setup_lp(isl_ctx *ctx, struct isl_sched_graph *graph, int force_zero) argument

Completed in 25 milliseconds