GIMPLE_OMP_RETURN#
-
gimple gimple_build_omp_return(bool wait_p)#
Build a
GIMPLE_OMP_RETURNstatement.WAIT_Pis true if this is a non-waiting return.
-
void gimple_omp_return_set_nowait(gimple s)#
Set the nowait flag on
GIMPLE_OMP_RETURNstatementS.
-
bool gimple_omp_return_nowait_p(gimple g)#
Return true if
OMPreturn statementGhas theGF_OMP_RETURN_NOWAITflag set.