GCC Middle and Back End API Reference
|
#include <gimple.h>
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 |
Data structure definitions for GIMPLE tuples. NOTE: word markers are for 64 bit hosts.
tag GSS_BASE
basic_block gimple_statement_base::bb |
Referenced by gimple_set_bb(), gt_ggc_mx(), gt_ggc_mx_fields_of_gimple_statement_base(), and gt_pch_nx().
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().
gimple gimple_statement_base::next |
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 |
gimple gimple_statement_base::prev |
Referenced by gsi_insert_seq_nodes_after(), gsi_insert_seq_nodes_before(), gsi_remove(), gsi_set_stmt(), and gsi_split_seq_before().
unsigned int gimple_statement_base::subcode |
unsigned gimple_statement_base::uid |
unsigned int gimple_statement_base::visited |