Searched refs:omp_add_variable (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 478 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int); 809 omp_add_variable (ctx, tmp, flag); in gimple_add_tmp_var() 1372 omp_add_variable (ctx, t, flag | GOVD_SEEN); in gimplify_bind_expr() 6864 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable() 6866 omp_add_variable (ctx, decl, GOVD_MAP | GOVD_MAP_TO_ONLY); in omp_firstprivatize_variable() 6873 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable() 6939 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) in omp_add_variable() function 7001 omp_add_variable (ctx, t, nflags); in omp_add_variable() 7544 omp_add_variable (ctx, decl, nflags); in omp_notice_variable() 7572 omp_add_variable (ctx, decl, flags); in omp_notice_variable() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 486 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int); 814 omp_add_variable (ctx, tmp, flag); in gimple_add_tmp_var() 1382 omp_add_variable (ctx, t, flag | GOVD_SEEN); in gimplify_bind_expr() 7188 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable() 7190 omp_add_variable (ctx, decl, GOVD_MAP | GOVD_MAP_TO_ONLY); in omp_firstprivatize_variable() 7197 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable() 7263 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) in omp_add_variable() function 7325 omp_add_variable (ctx, t, nflags); in omp_add_variable() 7904 omp_add_variable (ctx, decl, nflags); in omp_notice_variable() 7932 omp_add_variable (ctx, decl, flags); in omp_notice_variable() [all …]
|
H A D | ChangeLog-2006 | 9547 omp_add_variable): Treat sizes as variable whenever not 15655 * gimplify.c (gimplify_bind_expr): Only call omp_add_variable on 18224 * gimplify.c (omp_add_variable): Guard variable size decl test with 22252 (gimple_add_tmp_var): Call omp_add_variable. 22258 omp_add_variable, omp_notice_variable, omp_is_private
|
H A D | ChangeLog-2015 | 6702 (omp_add_variable): Look in outer contexts for openacc and allow 12332 (omp_add_variable): Handle ORT_NONE. Allow map clause together with 17088 * gimplify.c (gimplify_omp_for): Don't call omp_add_variable
|
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 | 15545 (omp_add_variable): Avoid checks on readding var for GOVD_ALIGNED. 21388 (omp_add_variable): Only use splay_tree_insert if lookup failed.
|
H A D | ChangeLog-2017 | 26813 * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types 29980 * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
|
H A D | ChangeLog-2021 | 31110 * gimplify.c (omp_add_variable): Handle NULL_TREE as size
|
H A D | ChangeLog-2007 | 31331 * gimplify.c (omp_add_variable): Don't call omp_notice_variable
|
H A D | ChangeLog-2016 | 15235 * gimplify.c (omp_add_variable): Adjust/add variable mapping on
|
H A D | ChangeLog-2018 | 5293 (omp_add_variable): Don't add private/firstprivate for VLAs in
|
H A D | ChangeLog-2019 | 18848 * gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT
|
H A D | ChangeLog-2014 | 41350 GOVD_EXPLICIT to omp_add_variable. For simd with collapse == 1
|