/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 479 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool); 2839 if (gimplify_omp_ctxp && omp_notice_variable (gimplify_omp_ctxp, decl, true)) in gimplify_var_or_parm_decl() 7026 omp_notice_variable (ctx, TYPE_SIZE_UNIT (TREE_TYPE (decl)), true); in omp_add_variable() 7039 omp_notice_variable (ctx, t, true); in omp_add_variable() 7227 omp_notice_variable (octx, decl, in_code); in omp_default_clause() 7372 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code) in omp_notice_variable() function 7498 omp_notice_variable (octx, decl, in_code); in omp_notice_variable() 7611 omp_notice_variable (ctx, t, true); in omp_notice_variable() 7641 && omp_notice_variable (ctx->outer_context, decl, in_code)) in omp_notice_variable() 8488 omp_notice_variable (outer_ctx->outer_context, decl, true); in gimplify_scan_omp_clauses() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 487 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool); 3064 if (gimplify_omp_ctxp && omp_notice_variable (gimplify_omp_ctxp, decl, true)) in gimplify_var_or_parm_decl() 7350 omp_notice_variable (ctx, TYPE_SIZE_UNIT (TREE_TYPE (decl)), true); in omp_add_variable() 7363 omp_notice_variable (ctx, t, true); in omp_add_variable() 7572 omp_notice_variable (octx, decl, in_code); in omp_default_clause() 7717 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code) in omp_notice_variable() function 7858 omp_notice_variable (octx, decl, in_code); in omp_notice_variable() 7971 omp_notice_variable (ctx, t, true); in omp_notice_variable() 8001 && omp_notice_variable (ctx->outer_context, decl, in_code)) in omp_notice_variable() 9141 omp_notice_variable (octx, decl, true); in omp_lastprivate_for_combined_outer_constructs() [all …]
|
H A D | ChangeLog-2015 | 3368 (omp_notice_variable): Diagnose undefined implicit uses of 3893 (omp_notice_variable): Set flags to n->value if n already 6383 (omp_notice_variable): Call it. 6704 (omp_notice_variable, omp_is_private, omp_check_private): Add 8529 (omp_notice_variable): For references check whether what it refers 12335 Call omp_notice_variable on TYPE_SIZE_UNIT only if it is a DECL_P. 12338 (omp_notice_variable): Handle ORT_NONE. Adjust check for ORT_TARGET 21778 (omp_notice_variable): ... here. 32269 (omp_notice_variable): Accept both ORT_TEAMS
|
H A D | ChangeLog-2016 | 1263 (omp_notice_variable): Adjust the call to get_oacc_fn_attrib to use 6420 (omp_notice_variable): Use lang_hooks.decls.omp_scalar_p. 8260 clauses with OMP_CLAUSE_SIZE being a decl, call omp_notice_variable 23061 * gimplify.c (omp_notice_variable): Use zero-length arrays for data 28202 * gimplify.c (gimplify_omp_for): Call omp_notice_variable for 30769 (omp_notice_variable): Handle reference vars to VLAs. 32956 * gimplify.c (omp_notice_variable): Add usage check.
|
H A D | ChangeLog-2020 | 306 (omp_notice_variable): Likewise. 5338 omp_notice_variable on the allocator otherwise. 19437 (omp_default_clause, omp_notice_variable): 'inform' after 'error' 20717 * gimplify.c (omp_notice_variable): Use new hook. 36343 shared clause, call omp_notice_variable on outer context if any.
|
H A D | ChangeLog-2006 | 13443 (gimplify_expr): Call omp_notice_variable when RESULT_DECL is seen. 22254 (gimplify_var_or_parm_decl): If omp_notice_variable returned 22258 omp_add_variable, omp_notice_variable, omp_is_private
|
H A D | ChangeLog-2008 | 17292 (omp_notice_variable): Set GOVD_PRIVATE_OUTER_REF if needed, 17313 (gimple_add_tmp_var, omp_firstprivatize_variable, omp_notice_variable,
|
H A D | ChangeLog-2014 | 34267 * gimplify.c (omp_notice_variable): If n is non-NULL and no flags 37485 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>: 37507 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
|
H A D | ChangeLog-2009 | 24610 * gimplify.c (omp_notice_variable, omp_is_private, 32974 * gimplify.c (omp_notice_variable): If adding GOVD_SEEN
|
H A D | ChangeLog-2010 | 25771 * gimplify.c (omp_notice_variable): Call 31681 (omp_notice_variable): Call it for threadprivate variables.
|
H A D | ChangeLog-2011 | 22657 * gimplify.c (omp_add_variable, omp_notice_variable, 35757 * gimplify.c (omp_add_variable): Only call omp_notice_variable
|
H A D | ChangeLog-2013 | 15549 (omp_notice_variable): Complain about vars with non-mappable type 21389 (omp_notice_variable): Handle ORT_SIMD.
|
H A D | ChangeLog-2021 | 23195 (omp_notice_variable): Update type classification for Fortran.
|
H A D | ChangeLog-2007 | 31331 * gimplify.c (omp_add_variable): Don't call omp_notice_variable
|
H A D | ChangeLog-2018 | 5297 (omp_notice_variable): Handle ORT_TASKGROUP like ORT_WORKSHARE.
|
H A D | ChangeLog-2019 | 8861 (omp_notice_variable): Defer the expansion of DECL_VALUE_EXPR for
|
H A D | ChangeLog-2017 | 39025 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
|