Next: , Previous: <code>GIMPLE_OMP_MASTER</code>, Up: Tuple specific accessors


12.7.17 GIMPLE_OMP_ORDERED

— GIMPLE function: gimple gimple_build_omp_ordered (gimple_seq body)

Build a GIMPLE_OMP_ORDERED statement.

BODY is the sequence of statements inside a loop that will executed in sequence.