Searched refs:max_operations (Results 1 – 7 of 7) sorted by relevance
79 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() argument392 ctx->max_operations = max_operations; in isl_ctx_set_max_operations()399 return ctx ? ctx->max_operations : 0; in isl_ctx_get_max_operations()
41 unsigned long max_operations; member
72 unsigned long max_operations; member
222 ISL_ARG_ULONG(struct isl_options, max_operations, 0,
47 ; STATS: 1 polly-optree - Analyses aborted because max_operations was reached
174 void isl_ctx_set_max_operations(isl_ctx *ctx, unsigned long max_operations);
546 unsigned long max_operations);