Lines Matching refs:omp_add_variable
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()
6358 omp_add_variable (gimplify_omp_ctxp, var, GOVD_PRIVATE | GOVD_SEEN); in gimplify_omp_for()