GIMPLE_OMP_ATOMIC_LOAD#
-
gomp_atomic_load *gimple_build_omp_atomic_load(tree lhs, tree rhs)#
Build a
GIMPLE_OMP_ATOMIC_LOADstatement.LHSis the left-hand side of the assignment.RHSis the right-hand side of the assignment.
-
void gimple_omp_atomic_load_set_lhs(gomp_atomic_load *g, tree lhs)#
Set the
LHSof an atomic load.
-
tree gimple_omp_atomic_load_lhs(const gomp_atomic_load *g)#
Get the
LHSof an atomic load.
-
void gimple_omp_atomic_load_set_rhs(gomp_atomic_load *g, tree rhs)#
Set the
RHSof an atomic set.
-
tree gimple_omp_atomic_load_rhs(const gomp_atomic_load *g)#
Get the
RHSof an atomic set.