GCC Middle and Back End API Reference
gimple_statement_phi Struct Reference

#include <gimple.h>

Inheritance diagram for gimple_statement_phi:
Collaboration diagram for gimple_statement_phi:

Data Fields

unsigned capacity
unsigned nargs
tree result
struct phi_arg_d args [1]
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_PHI  

Field Documentation

struct phi_arg_d gimple_statement_phi::args[1]

Referenced by gt_ggc_mx(), and gt_pch_nx().

basic_block gimple_statement_base::bb
inherited
unsigned gimple_statement_phi::capacity

Referenced by make_phi_node(), and resize_phi_node().

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().

unsigned gimple_statement_phi::nargs
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
tree gimple_statement_phi::result

Referenced by gt_ggc_mx(), and gt_pch_nx().

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

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