GIMPLE_OMP_ORDERED#

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.