Next: <code>GIMPLE_OMP_FOR</code>, Previous: <code>GIMPLE_OMP_CONTINUE</code>, Up: Tuple specific accessors
GIMPLE_OMP_CRITICAL
Build a
GIMPLE_OMP_CRITICAL
statement.BODY
is the sequence of statements for which only one thread can execute.NAME
is an optional identifier for this critical block.
Return the name associated with
OMP_CRITICAL
statementG
.