|
GCC Middle and Back End API Reference
|

Data Fields | |
| gimple | reduc_stmt |
| gimple | reduc_phi |
| enum tree_code | reduction_code |
| unsigned | reduc_version |
| gimple | keep_res |
| tree | initial_value |
| tree | field |
| tree | init |
| gimple | new_phi |
Element of the hashtable, representing a reduction in the current loop.
| tree reduction_info::field |
Referenced by create_phi_for_local_result().
| tree reduction_info::init |
| tree reduction_info::initial_value |
| gimple reduction_info::keep_res |
Referenced by transform_to_exit_first_loop().
| gimple reduction_info::new_phi |
| gimple reduction_info::reduc_phi |
Referenced by build_new_reduction(), and create_phi_for_local_result().
| gimple reduction_info::reduc_stmt |
| unsigned reduction_info::reduc_version |
Referenced by reduction_hasher::equal().
| enum tree_code reduction_info::reduction_code |