gccint: GIMPLE_OMP_SECTION

1 
1 12.8.21 'GIMPLE_OMP_SECTION'
1 ----------------------------
1 
1  -- GIMPLE function: gimple gimple_build_omp_section (gimple_seq body)
1      Build a 'GIMPLE_OMP_SECTION' statement for a sections statement.
1 
1  'BODY' is the sequence of statements in the section.
1 
1  -- GIMPLE function: bool gimple_omp_section_last_p (gimple g)
1      Return true if 'OMP' section statement 'G' has the
1      'GF_OMP_SECTION_LAST' flag set.
1 
1  -- GIMPLE function: void gimple_omp_section_set_last (gimple g)
1      Set the 'GF_OMP_SECTION_LAST' flag on 'G'.
1