GIMPLE_OMP_SECTION#
-
gimple gimple_build_omp_section(gimple_seq body)#
Build a
GIMPLE_OMP_SECTIONstatement for a sections statement.BODYis the sequence of statements in the section.
-
bool gimple_omp_section_last_p(gimple g)#
Return true if
OMPsection statementGhas theGF_OMP_SECTION_LASTflag set.
-
void gimple_omp_section_set_last(gimple g)#
Set the
GF_OMP_SECTION_LASTflag onG.