GCC Middle and Back End API Reference
expr Struct Reference
Collaboration diagram for expr:

Data Fields

rtx dest
rtx src
int bitmap_index
struct exprnext_same_hash
struct occravail_occr
rtx expr
struct occrantic_occr
rtx reaching_reg
int max_distance
hashval_t hash

Detailed Description

Hash table entry for assignment expressions.   
Hash table of expressions.   
We need to keep a hash table of expressions.  The table entries are of
   type 'struct expr', and for each expression there is a single linked
   list of occurrences.   
Expression elements in the hash table.   

Field Documentation

int expr::max_distance

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