|
GCC Middle and Back End API Reference
|

Data Fields | |
| rtx | dest |
| rtx | src |
| int | bitmap_index |
| struct cprop_expr * | next_same_hash |
| struct cprop_occr * | avail_occr |
Hash table entry for assignment expressions.
| struct cprop_occr* cprop_expr::avail_occr |
Referenced by insert_set_in_table().
| int cprop_expr::bitmap_index |
Referenced by insert_set_in_table().
| rtx cprop_expr::dest |
Referenced by bypass_block(), bypass_conditional_jumps(), constprop_register(), and insert_set_in_table().
| struct cprop_expr* cprop_expr::next_same_hash |
Referenced by insert_set_in_table().
| rtx cprop_expr::src |
Referenced by bypass_block(), constprop_register(), cprop_jump(), find_avail_set(), find_bypass_set(), and insert_set_in_table().