Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc197 bool order_reproducible = false; in omp_extract_for_data() local
288 order_reproducible = true; in omp_extract_for_data()
299 if (order_reproducible) in omp_extract_for_data()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc3855 OMP_CLAUSE_ORDER_REPRODUCIBLE (c) = clauses->order_reproducible; in gfc_trans_omp_clauses()
6122 clausesa[GFC_OMP_SPLIT_DISTRIBUTE].order_reproducible in gfc_split_omp_clauses()
6123 = code->ext.omp_clauses->order_reproducible; in gfc_split_omp_clauses()
6180 clausesa[GFC_OMP_SPLIT_DO].order_reproducible in gfc_split_omp_clauses()
6181 = code->ext.omp_clauses->order_reproducible; in gfc_split_omp_clauses()
6200 clausesa[GFC_OMP_SPLIT_SIMD].order_reproducible in gfc_split_omp_clauses()
6201 = code->ext.omp_clauses->order_reproducible; in gfc_split_omp_clauses()
H A DChangeLog-2021967 * gfortran.h (gfc_omp_clauses): Add order_reproducible bitfield.
969 * openmp.c (gfc_match_omp_clauses): Set order_reproducible for
972 OMP_CLAUSE_ORDER_REPRODUCIBLE for order_reproducible.
973 (gfc_split_omp_clauses): Also copy order_reproducible.
H A Dgfortran.h1534 unsigned order_unconstrained:1, order_reproducible:1, capture:1; member
H A Ddump-parse-tree.cc1637 else if (omp_clauses->order_reproducible) in show_omp_clauses()
H A Dopenmp.cc2539 c->order_reproducible = true; in gfc_match_omp_clauses()