reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_sample.c
  401 	ctx = tab->mat->ctx;
  403 	gbr = ctx->opt->gbr;
  417 	min = isl_vec_alloc(ctx, dim);
  418 	max = isl_vec_alloc(ctx, dim);
  419 	snap = isl_alloc_array(ctx, struct isl_tab_undo *, dim);
  432 			res = compute_min(ctx, tab, min, level);
  436 				isl_die(ctx, isl_error_internal,
  441 			res = compute_max(ctx, tab, max, level);
  445 				isl_die(ctx, isl_error_internal,
  453 				g = greedy_search(ctx, tab, min, max, level);
  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;
  512 		sample = isl_vec_alloc(ctx, 0);
  514 	ctx->opt->gbr = gbr;
  520 	ctx->opt->gbr = gbr;