Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.cc11328 OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (nc) = 1; in gimplify_adjust_omp_clauses_1()
11499 OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c) in gimplify_adjust_omp_clauses()
11502 && OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c)) in gimplify_adjust_omp_clauses()
13354 OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c) = 1; in gimplify_omp_for()
13367 if (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c)) in gimplify_omp_for()
13771 OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (*pc) = 1; in gimplify_omp_loop()
Domp-low.cc1352 if (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c)) in scan_sharing_clauses()
1765 if (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c)) in scan_sharing_clauses()
5106 if (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c)) in lower_rec_input_clauses()
5905 if (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c)) in lower_rec_input_clauses()
7287 && OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c) in lower_lastprivate_clauses()
8149 if (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE (c)) in lower_send_clauses()
Dtree.h1581 #define OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE(NODE) \ macro
DChangeLog-200613449 OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE clauses. Allow creation of
22099 OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE, OMP_FOR_PRE_BODY,
DChangeLog-201512468 OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE clauses on taskloop construct.
12474 (lower_lastprivate_clauses): For OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE
DChangeLog-200818472 (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE): Likewise.