GCC Middle and Back End API Reference
|
Data Fields | |
tree | var |
gphi * | phi |
tree | init |
tree | next |
gphi * | lcssa_phi |
gimple * | producer |
gimple * | consumer |
tree | init_ref |
tree | fini_ref |
enum reduction_type | type |
Structure recording loop reduction variable.
gimple* reduction::consumer |
tree reduction::fini_ref |
tree reduction::init |
Referenced by loop_cand::analyze_oloop_reduction_var().
tree reduction::init_ref |
gphi* reduction::lcssa_phi |
Referenced by loop_cand::analyze_oloop_reduction_var().
tree reduction::next |
gphi* reduction::phi |
Referenced by loop_cand::analyze_oloop_reduction_var().
gimple* reduction::producer |
Referenced by loop_cand::analyze_oloop_reduction_var().
enum reduction_type reduction::type |
Referenced by loop_cand::analyze_oloop_reduction_var().
tree reduction::var |