| GCC Middle and Back End API Reference
    | 

| Data Fields | |
| rtx | expr | 
| int | bitmap_index | 
| struct gcse_expr * | next_same_hash | 
| struct gcse_occr * | antic_occr | 
| struct gcse_occr * | avail_occr | 
| rtx | reaching_reg | 
| HOST_WIDE_INT | max_distance | 
Hash table of expressions.
| struct gcse_occr* gcse_expr::antic_occr | 
Referenced by insert_expr_in_table().
| struct gcse_occr* gcse_expr::avail_occr | 
Referenced by insert_expr_in_table().
| int gcse_expr::bitmap_index | 
Referenced by insert_expr_in_table().
| rtx gcse_expr::expr | 
Referenced by insert_expr_in_table().
| HOST_WIDE_INT gcse_expr::max_distance | 
Referenced by hoist_code(), and insert_expr_in_table().
| struct gcse_expr* gcse_expr::next_same_hash | 
Referenced by insert_expr_in_table().
| rtx gcse_expr::reaching_reg |