GCC Middle and Back End API Reference
gimple_statement_base Struct Reference

#include <gimple.h>

Inheritance diagram for gimple_statement_base:
Collaboration diagram for gimple_statement_base:

Data Fields

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

Data structure definitions for GIMPLE tuples.  NOTE: word markers
   are for 64 bit hosts.   
tag GSS_BASE  

Field Documentation

unsigned gimple_statement_base::has_volatile_ops

Referenced by input_gimple_stmt().

location_t gimple_statement_base::location
unsigned gimple_statement_base::modified

Referenced by gimple_alloc_stat().

ENUM_BITFIELD (gimple_code) code unsigned int gimple_statement_base::no_warning

Referenced by input_gimple_stmt().

unsigned int gimple_statement_base::nontemporal_move

Referenced by input_gimple_stmt().

unsigned gimple_statement_base::num_ops

Referenced by gt_ggc_mx(), and gt_pch_nx().

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

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