GCC Middle and Back End API Reference
gimple_statement_omp_parallel Struct Reference

#include <gimple.h>

Inheritance diagram for gimple_statement_omp_parallel:
Collaboration diagram for gimple_statement_omp_parallel:

Data Fields

tree clauses
tree child_fn
tree data_arg
gimple_seq body
ENUM_BITFIELD(gimple_code)
code unsigned int 
no_warning: 1
unsigned int visited: 1
unsigned int nontemporal_move: 1
unsigned int plf: 2
unsigned modified: 1
unsigned has_volatile_ops: 1
unsigned int subcode: 16
unsigned uid
location_t location
unsigned num_ops
basic_block bb
gimple next
gimple prev

Detailed Description

GIMPLE_OMP_PARALLEL  

Field Documentation

basic_block gimple_statement_base::bb
inherited
gimple_seq gimple_statement_omp::body
inherited

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_statement_omp_parallel::child_fn

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_statement_omp_parallel::clauses

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_statement_omp_parallel::data_arg

Referenced by gt_ggc_mx(), and gt_pch_nx().

unsigned gimple_statement_base::has_volatile_ops
inherited

Referenced by input_gimple_stmt().

location_t gimple_statement_base::location
inherited
unsigned gimple_statement_base::modified
inherited

Referenced by gimple_alloc_stat().

ENUM_BITFIELD (gimple_code) code unsigned int gimple_statement_base::no_warning
inherited

Referenced by input_gimple_stmt().

unsigned int gimple_statement_base::nontemporal_move
inherited

Referenced by input_gimple_stmt().

unsigned gimple_statement_base::num_ops
inherited

Referenced by gt_ggc_mx(), and gt_pch_nx().

unsigned int gimple_statement_base::plf
inherited
unsigned gimple_statement_base::uid
inherited
unsigned int gimple_statement_base::visited
inherited

The documentation for this struct was generated from the following file: