Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.cc104 GOVD_WRITTEN = 0x020000, enumerator
10994 n->value |= GOVD_WRITTEN; in omp_mark_stores()
11096 flags = GOVD_SHARED | GOVD_SEEN | GOVD_WRITTEN; in gimplify_adjust_omp_clauses_1()
11165 flags |= GOVD_WRITTEN; in gimplify_adjust_omp_clauses_1()
11194 || (code == OMP_CLAUSE_SHARED && (flags & GOVD_WRITTEN))) in gimplify_adjust_omp_clauses_1()
11207 && (flags & GOVD_WRITTEN) == 0 in gimplify_adjust_omp_clauses_1()
11476 n->value |= GOVD_WRITTEN; in gimplify_adjust_omp_clauses()
11478 && (n->value & GOVD_WRITTEN) == 0 in gimplify_adjust_omp_clauses()
11484 && (n->value & GOVD_WRITTEN) != 0) in gimplify_adjust_omp_clauses()
DChangeLog-2020351 GOVD_WRITTEN on shared variables if task construct has depend clause.
DChangeLog-20153892 (enum gimplify_omp_var_data): Add GOVD_WRITTEN.