GCC Middle and Back End API Reference
gimple_statement_bind Struct Reference

#include <gimple.h>

Inheritance diagram for gimple_statement_bind:
Collaboration diagram for gimple_statement_bind:

Data Fields

tree vars
tree block
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_BIND  

Field Documentation

basic_block gimple_statement_base::bb
inherited
tree gimple_statement_bind::block

Referenced by gt_ggc_mx(), and gt_pch_nx().

gimple_seq gimple_statement_bind::body

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
tree gimple_statement_bind::vars

Referenced by gt_ggc_mx(), and gt_pch_nx().

unsigned int gimple_statement_base::visited
inherited

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