Next: , Previous: , Up: Tuple specific accessors   [Contents][Index]


11.7.12 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.