Searched refs:omp_add_variable (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimplify.c | 431 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int); 745 omp_add_variable (ctx, tmp, GOVD_LOCAL | GOVD_SEEN); in gimple_add_tmp_var() 1300 omp_add_variable (ctx, t, GOVD_PRIVATE | GOVD_SEEN); in gimplify_bind_expr() 1302 omp_add_variable (ctx, t, GOVD_LOCAL | GOVD_SEEN); in gimplify_bind_expr() 6717 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable() 6719 omp_add_variable (ctx, decl, GOVD_MAP | GOVD_MAP_TO_ONLY); in omp_firstprivatize_variable() 6725 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable() 6791 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) in omp_add_variable() function 6851 omp_add_variable (ctx, t, nflags); in omp_add_variable() 7334 omp_add_variable (ctx, decl, nflags); in omp_notice_variable() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimplify.c | 371 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int); 752 omp_add_variable (ctx, tmp, GOVD_LOCAL | GOVD_SEEN); in gimple_add_tmp_var() 1193 omp_add_variable (gimplify_omp_ctxp, t, GOVD_LOCAL | GOVD_SEEN); in gimplify_bind_expr() 5523 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable() 5589 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) in omp_add_variable() function 5636 omp_add_variable (ctx, t, nflags); in omp_add_variable() 5812 omp_add_variable (ctx, decl, flags); in omp_notice_variable() 5982 omp_add_variable (ctx, decl, flags); in gimplify_scan_omp_clauses() 5986 omp_add_variable (ctx, OMP_CLAUSE_REDUCTION_PLACEHOLDER (c), in gimplify_scan_omp_clauses() 6346 omp_add_variable (gimplify_omp_ctxp, decl, GOVD_PRIVATE | GOVD_SEEN); in gimplify_omp_for() [all …]
|