gccint: GIMPLE_OMP_RETURN

1 
1 12.8.20 'GIMPLE_OMP_RETURN'
1 ---------------------------
1 
1  -- GIMPLE function: gimple gimple_build_omp_return (bool wait_p)
1      Build a 'GIMPLE_OMP_RETURN' statement.  'WAIT_P' is true if this is
1      a non-waiting return.
1 
1  -- GIMPLE function: void gimple_omp_return_set_nowait (gimple s)
1      Set the nowait flag on 'GIMPLE_OMP_RETURN' statement 'S'.
1 
1  -- GIMPLE function: bool gimple_omp_return_nowait_p (gimple g)
1      Return true if 'OMP' return statement 'G' has the
1      'GF_OMP_RETURN_NOWAIT' flag set.
1