gccint: GIMPLE_OMP_CRITICAL

1 
1 12.8.15 'GIMPLE_OMP_CRITICAL'
1 -----------------------------
1 
1  -- GIMPLE function: gomp_critical *gimple_build_omp_critical (
1           gimple_seq body, tree name)
1      Build a 'GIMPLE_OMP_CRITICAL' statement.  'BODY' is the sequence of
1      statements for which only one thread can execute.  'NAME' is an
1      optional identifier for this critical block.
1 
1  -- GIMPLE function: tree gimple_omp_critical_name ( const gomp_critical
1           *g)
1      Return the name associated with 'OMP_CRITICAL' statement 'G'.
1 
1  -- GIMPLE function: tree * gimple_omp_critical_name_ptr ( gomp_critical
1           *g)
1      Return a pointer to the name associated with 'OMP' critical
1      statement 'G'.
1 
1  -- GIMPLE function: void gimple_omp_critical_set_name ( gomp_critical
1           *g, tree name)
1      Set 'NAME' to be the name associated with 'OMP' critical statement
1      'G'.
1