gccint: GIMPLE_OMP_ATOMIC_LOAD

1 
1 12.8.12 'GIMPLE_OMP_ATOMIC_LOAD'
1 --------------------------------
1 
1  -- GIMPLE function: gomp_atomic_load *gimple_build_omp_atomic_load (
1           tree lhs, tree rhs)
1      Build a 'GIMPLE_OMP_ATOMIC_LOAD' statement.  'LHS' is the left-hand
1      side of the assignment.  'RHS' is the right-hand side of the
1      assignment.
1 
1  -- GIMPLE function: void gimple_omp_atomic_load_set_lhs (
1           gomp_atomic_load *g, tree lhs)
1      Set the 'LHS' of an atomic load.
1 
1  -- GIMPLE function: tree gimple_omp_atomic_load_lhs ( const
1           gomp_atomic_load *g)
1      Get the 'LHS' of an atomic load.
1 
1  -- GIMPLE function: void gimple_omp_atomic_load_set_rhs (
1           gomp_atomic_load *g, tree rhs)
1      Set the 'RHS' of an atomic set.
1 
1  -- GIMPLE function: tree gimple_omp_atomic_load_rhs ( const
1           gomp_atomic_load *g)
1      Get the 'RHS' of an atomic set.
1