GIMPLE_OMP_MASTER#
-
gimple gimple_build_omp_master(gimple_seq body)#
Build a
GIMPLE_OMP_MASTER
statement.BODY
is the sequence of statements to be executed by just the master.
Build a GIMPLE_OMP_MASTER
statement. BODY
is the sequence of
statements to be executed by just the master.