Searched refs:gimple_omp_subcode (Results 1 – 2 of 2) sorted by relevance
1621 gimple_omp_subcode (const_gimple s) in gimple_omp_subcode() function1656 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()
209 exposed by the range check in gimple_omp_subcode(). */