Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.h66 bool have_pointer_condtemp, have_scantemp, have_nonctrl_scantemp; member
H A Domp-expand.c2700 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 …]
H A Domp-general.c201 fd->have_pointer_condtemp = false; in omp_extract_for_data()
264 fd->have_pointer_condtemp = true; in omp_extract_for_data()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-general.h76 bool have_pointer_condtemp, have_scantemp, have_nonctrl_scantemp; member
H A Domp-expand.cc3883 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 …]
H A Domp-general.cc205 fd->have_pointer_condtemp = false; in omp_extract_for_data()
274 fd->have_pointer_condtemp = true; in omp_extract_for_data()
H A DChangeLog-201927003 * omp-general.h (struct omp_for_data): Add have_pointer_condtemp
27019 fd->have_pointer_condtemp instead of fd->lastprivate_conditional to