GCC Middle and Back End API Reference
gimple_statement_omp_task Struct Reference

#include <gimple.h>

Inheritance diagram for gimple_statement_omp_task:
Collaboration diagram for gimple_statement_omp_task:

Data Fields

tree copy_fn
tree arg_size
tree arg_align
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_TASK  

Field Documentation

tree gimple_statement_omp_task::arg_align

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_statement_omp_task::arg_size

Referenced by gt_ggc_mx(), and gt_pch_nx().

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
inherited

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_statement_omp_parallel::clauses
inherited

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_statement_omp_task::copy_fn

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_statement_omp_parallel::data_arg
inherited

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: