gccint: GIMPLE_OMP_CONTINUE

1 
1 12.8.14 'GIMPLE_OMP_CONTINUE'
1 -----------------------------
1 
1  -- GIMPLE function: gomp_continue *gimple_build_omp_continue ( tree
1           control_def, tree control_use)
1      Build a 'GIMPLE_OMP_CONTINUE' statement.  'CONTROL_DEF' is the
1      definition of the control variable.  'CONTROL_USE' is the use of
1      the control variable.
1 
1  -- GIMPLE function: tree gimple_omp_continue_control_def ( const
1           gomp_continue *s)
1      Return the definition of the control variable on a
1      'GIMPLE_OMP_CONTINUE' in 'S'.
1 
1  -- GIMPLE function: tree gimple_omp_continue_control_def_ptr (
1           gomp_continue *s)
1      Same as above, but return the pointer.
1 
1  -- GIMPLE function: tree gimple_omp_continue_set_control_def (
1           gomp_continue *s)
1      Set the control variable definition for a 'GIMPLE_OMP_CONTINUE'
1      statement in 'S'.
1 
1  -- GIMPLE function: tree gimple_omp_continue_control_use ( const
1           gomp_continue *s)
1      Return the use of the control variable on a 'GIMPLE_OMP_CONTINUE'
1      in 'S'.
1 
1  -- GIMPLE function: tree gimple_omp_continue_control_use_ptr (
1           gomp_continue *s)
1      Same as above, but return the pointer.
1 
1  -- GIMPLE function: tree gimple_omp_continue_set_control_use (
1           gomp_continue *s)
1      Set the control variable use for a 'GIMPLE_OMP_CONTINUE' statement
1      in 'S'.
1