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


12.7.11 GIMPLE_OMP_ATOMIC_STORE

— GIMPLE function: gimple gimple_build_omp_atomic_store (tree val)

Build a GIMPLE_OMP_ATOMIC_STORE statement. VAL is the value to be stored.

— GIMPLE function: void gimple_omp_atomic_store_set_val (gimple g, tree val)

Set the value being stored in an atomic store.

— GIMPLE function: tree gimple_omp_atomic_store_val (gimple g)

Return the value being stored in an atomic store.