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)

构建一个GIMPLE_OMP_SECTION语句。

BODY为段中的语句序列。

— GIMPLE function: bool gimple_omp_section_last_p (gimple g)

返回真,如果OMP段语句G设置了GF_OMP_SECTION_LAST标记。

— GIMPLE function: void gimple_omp_section_set_last (gimple g)

设置GGF_OMP_SECTION_LAST标记。