Searched refs:have_pointer_condtemp (Results 1 – 7 of 7) sorted by relevance
66 bool have_pointer_condtemp, have_scantemp, have_nonctrl_scantemp; member
2700 if (fd->have_pointer_condtemp) in expand_omp_for_generic()2724 if (fd->have_pointer_condtemp) in expand_omp_for_generic()2991 if (fd->have_pointer_condtemp) in expand_omp_for_generic()3746 if (fd->have_pointer_condtemp) in expand_omp_for_static_nochunk()3754 || (fd->have_pointer_condtemp && !fd->have_scantemp) in expand_omp_for_static_nochunk()3786 if (fd->have_pointer_condtemp || fd->have_nonctrl_scantemp) in expand_omp_for_static_nochunk()3789 if (fd->have_pointer_condtemp) in expand_omp_for_static_nochunk()3797 if (fd->have_pointer_condtemp) in expand_omp_for_static_nochunk()3828 if (fd->have_pointer_condtemp) in expand_omp_for_static_nochunk()3832 tree ptr = fd->have_pointer_condtemp ? condtemp : memv; in expand_omp_for_static_nochunk()[all …]
201 fd->have_pointer_condtemp = false; in omp_extract_for_data()264 fd->have_pointer_condtemp = true; in omp_extract_for_data()
76 bool have_pointer_condtemp, have_scantemp, have_nonctrl_scantemp; member
3883 if (fd->have_pointer_condtemp) in expand_omp_for_generic()3907 if (fd->have_pointer_condtemp) in expand_omp_for_generic()4174 if (fd->have_pointer_condtemp) in expand_omp_for_generic()4947 if (fd->have_pointer_condtemp) in expand_omp_for_static_nochunk()4955 || (fd->have_pointer_condtemp && !fd->have_scantemp) in expand_omp_for_static_nochunk()4987 if (fd->have_pointer_condtemp || fd->have_nonctrl_scantemp) in expand_omp_for_static_nochunk()4990 if (fd->have_pointer_condtemp) in expand_omp_for_static_nochunk()4998 if (fd->have_pointer_condtemp) in expand_omp_for_static_nochunk()5029 if (fd->have_pointer_condtemp) in expand_omp_for_static_nochunk()5033 tree ptr = fd->have_pointer_condtemp ? condtemp : memv; in expand_omp_for_static_nochunk()[all …]
205 fd->have_pointer_condtemp = false; in omp_extract_for_data()274 fd->have_pointer_condtemp = true; in omp_extract_for_data()
27003 * omp-general.h (struct omp_for_data): Add have_pointer_condtemp27019 fd->have_pointer_condtemp instead of fd->lastprivate_conditional to