GCC Middle and Back End API Reference
gassign Struct Reference

#include <gimple.h>

Inheritance diagram for gassign:
Collaboration diagram for gassign:

Data Fields

tree op [1]
tree vdef
tree vuse
struct use_optype_duse_ops
enum gimple_code code: 8
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 pad: 1
unsigned int subcode: 16
unsigned uid
unsigned num_ops
location_t location
basic_block bb
gimplenext
gimpleprev

Static Public Attributes

static enum gimple_code code_ = GIMPLE_ASSIGN

Detailed Description

A statement with the invariant that stmt->code == GIMPLE_ASSIGN i.e. an assignment statement.

Field Documentation

◆ bb

◆ code

◆ code_

enum gimple_code gassign::code_ = GIMPLE_ASSIGN
static
Static gimple tuple members.

◆ has_volatile_ops

unsigned gimple::has_volatile_ops
inherited

◆ location

location_t gimple::location
inherited

◆ modified

unsigned gimple::modified
inherited

◆ next

◆ no_warning

unsigned int gimple::no_warning
inherited

◆ nontemporal_move

unsigned int gimple::nontemporal_move
inherited

◆ num_ops

unsigned gimple::num_ops
inherited

◆ op

◆ pad

unsigned gimple::pad
inherited

◆ plf

unsigned int gimple::plf
inherited

◆ prev

◆ subcode

◆ uid

unsigned gimple::uid
inherited

◆ use_ops

struct use_optype_d* gimple_statement_with_ops_base::use_ops
inherited

◆ vdef

tree gimple_statement_with_memory_ops_base::vdef
inherited

◆ visited

unsigned int gimple::visited
inherited

◆ vuse

tree gimple_statement_with_memory_ops_base::vuse
inherited

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