GCC Middle and Back End API Reference
omp-low.h File Reference

Go to the source code of this file.

Functions

tree find_omp_clause (tree, enum omp_clause_code)
void omp_expand_local (basic_block)
void free_omp_regions (void)
tree omp_reduction_init (tree, tree)
bool make_gimple_omp_edges (basic_block, struct omp_region **)

Function Documentation

tree find_omp_clause ( tree  ,
enum  omp_clause_code 
)
void free_omp_regions ( void  )
   Release the memory for the entire omp region tree.  
bool make_gimple_omp_edges ( basic_block  ,
struct omp_region **   
)
void omp_expand_local ( basic_block  )
tree omp_reduction_init ( tree  ,
tree   
)