Searched refs:GOVD_WRITTEN (Results 1 – 3 of 3) sorted by relevance
104 GOVD_WRITTEN = 0x020000, enumerator10994 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()
351 GOVD_WRITTEN on shared variables if task construct has depend clause.
3892 (enum gimplify_omp_var_data): Add GOVD_WRITTEN.