|
GCC Middle and Back End API Reference
|

Data Fields | |
| gimple * | mul_stmt |
| tree | mul_result |
| tree | op1 |
| tree | op2 |
Data necessary to perform the actual transformation from a multiplication and an addition to an FMA after decision is taken it should be done and to then delete the multiplication statement from the function IL.
| tree fma_transformation_info::mul_result |
Referenced by cancel_fma_deferring(), and convert_mult_to_fma().
| gimple* fma_transformation_info::mul_stmt |
Referenced by cancel_fma_deferring(), and convert_mult_to_fma().
| tree fma_transformation_info::op1 |
Referenced by cancel_fma_deferring(), and convert_mult_to_fma().
| tree fma_transformation_info::op2 |
Referenced by cancel_fma_deferring(), and convert_mult_to_fma().