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


12.7.11 GIMPLE_OMP_ATOMIC_LOAD

— GIMPLE function: gimple gimple_build_omp_atomic_load (tree lhs, tree rhs)

构建一个GIMPLE_OMP_ATOMIC_LOAD语句。LHS为赋值的左手边。RHS为赋值的右手边。

— GIMPLE function: void gimple_omp_atomic_load_set_lhs (gimple g, tree lhs)

设置原子加载的LHS

— GIMPLE function: tree gimple_omp_atomic_load_lhs (gimple g)

获得原子加载的LHS

— GIMPLE function: void gimple_omp_atomic_load_set_rhs (gimple g, tree rhs)

设置原子加载的RHS

— GIMPLE function: tree gimple_omp_atomic_load_rhs (gimple g)

获得原子加载的RHS