GNU Compiler Collection (GCC) Internals: GIMPLE_OMP_ATOMIC_LOAD |
---|
Next:
GIMPLE_OMP_ATOMIC_STORE
, Previous:
GIMPLE_NOP
, Up: Tuple specific accessors [Contents][Index]
GIMPLE_OMP_ATOMIC_LOAD
Build a GIMPLE_OMP_ATOMIC_LOAD
statement. LHS
is the left-hand
side of the assignment. RHS
is the right-hand side of the
assignment.
Set the LHS
of an atomic load.
Get the LHS
of an atomic load.
Set the RHS
of an atomic set.
Get the RHS
of an atomic set.