reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
83 gbr_only_first = ctx->opt->gbr_only_first;
tools/polly/lib/External/isl/isl_bernstein.c267 if (n_vertices > nvar + 1 && ctx->opt->bernstein_triangulate) 540 if (bset->ctx->opt->bernstein_recurse & ISL_BERNSTEIN_FACTORS) 543 (bset->ctx->opt->bernstein_recurse & ISL_BERNSTEIN_INTERVALS))tools/polly/lib/External/isl/isl_bound.c
35 if (bset->ctx->opt->bound == ISL_BOUND_RANGE)
tools/polly/lib/External/isl/isl_convex_hull.c1300 if (bset1->ctx->opt->convex == ISL_CONVEX_HULL_FM) 1778 if (bounded && set->ctx->opt->convex == ISL_CONVEX_HULL_WRAP)tools/polly/lib/External/isl/isl_ctx.c
110 switch (ctx->opt->on_error) { 164 return ctx->opt; 199 ctx->opt = opt; 222 isl_ctx_set_max_operations(ctx, ctx->opt->max_operations); 269 if (ctx->opt->print_stats) 281 isl_options_free(ctx->opt); 290 return ctx->opt;tools/polly/lib/External/isl/isl_sample.c
403 gbr = ctx->opt->gbr; 460 ctx->opt->gbr != ISL_GBR_NEVER) { 462 if (ctx->opt->gbr == ISL_GBR_ONCE) 463 ctx->opt->gbr = ISL_GBR_NEVER; 465 gbr_only_first = ctx->opt->gbr_only_first; 466 ctx->opt->gbr_only_first = 467 ctx->opt->gbr == ISL_GBR_ALWAYS; 469 ctx->opt->gbr_only_first = gbr_only_first; 514 ctx->opt->gbr = gbr; 520 ctx->opt->gbr = gbr;tools/polly/lib/External/isl/isl_scheduler.c
1009 if (!ctx->opt->schedule_parametric) 2755 parametric = ctx->opt->schedule_parametric; 4265 if (!ctx->opt->schedule_split_scaled) 5321 if (ctx->opt->schedule_algorithm != ISL_SCHEDULE_ALGORITHM_FEAUTRIER) 5581 if (!ctx->opt->schedule_maximize_band_depth && !empty) 5648 if (ctx->opt->schedule_outer_coincidence)tools/polly/lib/External/isl/isl_tab_lexopt_templ.c
154 if (bmap->ctx->opt->pip_symmetry)
tools/polly/lib/External/isl/isl_tab_pip.c 3618 if (dom->ctx->opt->context == ISL_CONTEXT_LEXMIN)
tools/polly/lib/External/isl/isl_test.c1474 int orig_convex = ctx->opt->convex; 1475 ctx->opt->convex = convex; 1512 ctx->opt->convex = orig_convex; 4620 ctx->opt->schedule_parametric = 0; 4623 ctx->opt->schedule_parametric = 1; 4665 ctx->opt->schedule_parametric = 0; 4668 ctx->opt->schedule_parametric = 1; 4711 ctx->opt->schedule_outer_coincidence = 1; 4714 ctx->opt->schedule_outer_coincidence = 0; 4766 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_FEAUTRIER; 4769 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_ISL; 4780 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_FEAUTRIER; 4783 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_ISL; 4790 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_FEAUTRIER; 4793 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_ISL; 4815 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_FEAUTRIER; 4818 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_ISL; 4827 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_FEAUTRIER; 4830 ctx->opt->schedule_algorithm = ISL_SCHEDULE_ALGORITHM_ISL;tools/polly/lib/External/isl/isl_transitive_closure.c
2544 if (map->ctx->opt->closure == ISL_CLOSURE_BOX)