Searched refs:user_opt (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ctx.c | 193 return find_nested_options(ctx->user_args, ctx->user_opt, args); in isl_ctx_peek_options() 196 isl_ctx *isl_ctx_alloc_with_options(struct isl_args *args, void *user_opt) in isl_ctx_alloc_with_options() argument 202 if (!user_opt) in isl_ctx_alloc_with_options() 205 opt = find_nested_isl_options(args, user_opt); in isl_ctx_alloc_with_options() 225 ctx->user_opt = user_opt; in isl_ctx_alloc_with_options() 254 isl_args_free(args, user_opt); in isl_ctx_alloc_with_options() 307 isl_args_free(ctx->user_args, ctx->user_opt); in isl_ctx_free() 383 return isl_args_parse(ctx->user_args, argc, argv, ctx->user_opt, flags); in isl_ctx_parse_options()
|
| H A D | isl_ctx_private.h | 18 void *user_opt; member
|