Next: , Previous: <code>GIMPLE_OMP_RETURN</code>, Up: Tuple specific accessors


12.7.20 GIMPLE_OMP_SECTION

— GIMPLE function: gimple gimple_build_omp_section (gimple_seq body)

Build a GIMPLE_OMP_SECTION statement for a sections statement.

BODY is the sequence of statements in the section.

— GIMPLE function: bool gimple_omp_section_last_p (gimple g)

Return true if OMP section statement G has the GF_OMP_SECTION_LAST flag set.

— GIMPLE function: void gimple_omp_section_set_last (gimple g)

Set the GF_OMP_SECTION_LAST flag on G.