Searched refs:omp_add_variable (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | gimplify.c | 289 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()
|