Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_LINEAR_NO_COPYIN (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimplify.c7749 && !OMP_CLAUSE_LINEAR_NO_COPYIN (c)) in gimplify_scan_omp_clauses()
7784 if (OMP_CLAUSE_LINEAR_NO_COPYIN (c) in gimplify_scan_omp_clauses()
7794 if (!OMP_CLAUSE_LINEAR_NO_COPYIN (c)) in gimplify_scan_omp_clauses()
7846 && (!OMP_CLAUSE_LINEAR_NO_COPYIN (c) in gimplify_scan_omp_clauses()
7851 if (OMP_CLAUSE_LINEAR_NO_COPYIN (c) in gimplify_scan_omp_clauses()
9684 OMP_CLAUSE_LINEAR_NO_COPYIN (c) = 1; in gimplify_omp_for()
9908 OMP_CLAUSE_LINEAR_NO_COPYIN (c) = 1; in gimplify_omp_for()
10155 OMP_CLAUSE_LINEAR_NO_COPYIN (c2) = 1; in gimplify_omp_for()
H A Domp-low.c3680 if (!OMP_CLAUSE_LINEAR_NO_COPYIN (c) in lower_rec_input_clauses()
4236 if (!OMP_CLAUSE_LINEAR_NO_COPYIN (c)) in lower_rec_input_clauses()
4803 || OMP_CLAUSE_LINEAR_NO_COPYIN (c))) in lower_lastprivate_clauses()
6972 && !OMP_CLAUSE_LINEAR_NO_COPYIN (c)) in lower_omp_for()
H A Domp-expand.c2904 && !OMP_CLAUSE_LINEAR_NO_COPYIN (c)) in expand_omp_for_generic()
3556 && !OMP_CLAUSE_LINEAR_NO_COPYIN (c)) in expand_omp_for_static_nochunk()
4055 && !OMP_CLAUSE_LINEAR_NO_COPYIN (c)) in expand_omp_for_static_chunk()
H A Dtree.h1624 #define OMP_CLAUSE_LINEAR_NO_COPYIN(NODE) \ macro