Home
last modified time | relevance | path

Searched refs:gimple_omp_subcode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dgimple.h1621 gimple_omp_subcode (const_gimple s) in gimple_omp_subcode() function
1656 return (gimple_omp_subcode (g) & GF_OMP_RETURN_NOWAIT) != 0; in gimple_omp_return_nowait_p()
1667 return (gimple_omp_subcode (g) & GF_OMP_SECTION_LAST) != 0; in gimple_omp_section_last_p()
1688 return (gimple_omp_subcode (g) & GF_OMP_PARALLEL_COMBINED) != 0; in gimple_omp_parallel_combined_p()
1714 return (gimple_omp_subcode (g) & GF_OMP_ATOMIC_NEED_VALUE) != 0; in gimple_omp_atomic_need_value_p()
Dgimple.def209 exposed by the range check in gimple_omp_subcode(). */