Home
last modified time | relevance | path

Searched refs:omp_add_variable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgimplify.c289 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
743 omp_add_variable (ctx, tmp, GOVD_LOCAL | GOVD_SEEN); in gimple_add_tmp_var()
1073 omp_add_variable (gimplify_omp_ctxp, t, GOVD_LOCAL | GOVD_SEEN); in gimplify_bind_expr()
4344 omp_add_variable (ctx, decl, GOVD_FIRSTPRIVATE); in omp_firstprivatize_variable()
4409 omp_add_variable (struct gimplify_omp_ctx *ctx, tree decl, unsigned int flags) in omp_add_variable() function
4456 omp_add_variable (ctx, t, nflags); in omp_add_variable()
4564 omp_add_variable (ctx, decl, flags); in omp_notice_variable()
4713 omp_add_variable (ctx, decl, flags); in gimplify_scan_omp_clauses()
4717 omp_add_variable (ctx, OMP_CLAUSE_REDUCTION_PLACEHOLDER (c), in gimplify_scan_omp_clauses()
4971 omp_add_variable (gimplify_omp_ctxp, decl, GOVD_PRIVATE | GOVD_SEEN); in gimplify_omp_for()
H A DChangeLog1891 * gimplify.c (omp_add_variable): Don't call omp_notice_variable
H A DChangeLog-20062463 omp_add_variable): Treat sizes as variable whenever not
8570 * gimplify.c (gimplify_bind_expr): Only call omp_add_variable on
11139 * gimplify.c (omp_add_variable): Guard variable size decl test with
15167 (gimple_add_tmp_var): Call omp_add_variable.
15173 omp_add_variable, omp_notice_variable, omp_is_private