Home
last modified time | relevance | path

Searched refs:max_operations (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ctx.c79 if (ctx->max_operations && ctx->operations >= ctx->max_operations) in isl_ctx_next_operation()
250 isl_ctx_set_max_operations(ctx, ctx->opt->max_operations); in isl_ctx_alloc_with_options()
388 void isl_ctx_set_max_operations(isl_ctx *ctx, unsigned long max_operations) in isl_ctx_set_max_operations() argument
392 ctx->max_operations = max_operations; in isl_ctx_set_max_operations()
399 return ctx ? ctx->max_operations : 0; in isl_ctx_get_max_operations()
H A Disl_ctx_private.h41 unsigned long max_operations; member
H A Disl_options_private.h72 unsigned long max_operations; member
H A Disl_options.c222 ISL_ARG_ULONG(struct isl_options, max_operations, 0,
/llvm-project-15.0.7/polly/test/ForwardOpTree/
H A Dnoforward_outofquota.ll47 ; STATS: 1 polly-optree - Analyses aborted because max_operations was reached
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dctx.h174 void isl_ctx_set_max_operations(isl_ctx *ctx, unsigned long max_operations);
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod546 unsigned long max_operations);