Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_LASTPRIVATE_LOOP_IV (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-gimplify.cc2282 || !OMP_CLAUSE_LASTPRIVATE_LOOP_IV (c))) in cxx_omp_finish_clause()
DChangeLog-20192959 OMP_CLAUSE_LASTPRIVATE_LOOP_IV instead of
2965 OMP_CLAUSE_LASTPRIVATE_LOOP_IV clause CP_CLAUSE_INFO, so that it
2972 OMP_CLAUSE_LASTPRIVATE_LOOP_IV flag.
Dsemantics.cc10162 OMP_CLAUSE_LASTPRIVATE_LOOP_IV (c) = 1; in handle_omp_for_class_iterator()
10698 && OMP_CLAUSE_LASTPRIVATE_LOOP_IV (c) in finish_omp_for()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.cc13341 if (OMP_CLAUSE_LASTPRIVATE_LOOP_IV (c)) in gimplify_omp_for()
13757 if (OMP_CLAUSE_LASTPRIVATE_LOOP_IV (c) && pass != last) in gimplify_omp_loop()
13768 if (OMP_CLAUSE_LASTPRIVATE_LOOP_IV (c)) in gimplify_omp_loop()
13774 OMP_CLAUSE_LASTPRIVATE_LOOP_IV (*pc) = 0; in gimplify_omp_loop()
Dtree.h1594 #define OMP_CLAUSE_LASTPRIVATE_LOOP_IV(NODE) \ macro
Domp-low.cc5930 && OMP_CLAUSE_LASTPRIVATE_LOOP_IV (c)) in lower_rec_input_clauses()
7369 && OMP_CLAUSE_LASTPRIVATE_LOOP_IV (c) in lower_lastprivate_clauses()
DChangeLog-201919075 (OMP_CLAUSE_LASTPRIVATE_LOOP_IV): ... this. Adjust comment.
19083 construct. Use OMP_CLAUSE_LASTPRIVATE_LOOP_IV instead of
19087 OMP_CLAUSE_FIRSTPRIVATE. For OMP_CLAUSE_LASTPRIVATE_LOOP_IV, if
19089 clear OMP_CLAUSE_LASTPRIVATE_LOOP_IV on the lastprivate clause
19092 OMP_CLAUSE_LASTPRIVATE_LOOP_IV on simd copy construct the private
19094 (lower_lastprivate_clauses): Use OMP_CLAUSE_LASTPRIVATE_LOOP_IV