GCC Middle and Back End API Reference
|
Public Member Functions | |
fma_deferring_state (bool perform_deferring) | |
Data Fields | |
auto_vec< fma_transformation_info, 8 > | m_candidates |
hash_set< tree > | m_mul_result_set |
gphi * | m_initial_phi |
tree | m_last_result |
bool | m_deferring_p |
Structure containing the current state of FMA deferring, i.e. whether we are deferring, whether to continue deferring, and all data necessary to come back and perform all deferred transformations.
|
inline |
auto_vec<fma_transformation_info, 8> fma_deferring_state::m_candidates |
bool fma_deferring_state::m_deferring_p |
gphi* fma_deferring_state::m_initial_phi |
tree fma_deferring_state::m_last_result |