|
GCC Middle and Back End API Reference
|

Data Fields | |
| rtx | insn |
| rtx | reg |
| vec< rtx > | var_expansions |
| struct var_to_expand * | next |
| enum rtx_code | op |
| int | expansion_count |
| int | reuse_expansion |
Information about accumulators to expand.
| int var_to_expand::expansion_count |
Referenced by analyze_insn_to_expand_var(), and expand_var_during_unrolling().
| rtx var_to_expand::insn |
| struct var_to_expand* var_to_expand::next |
Referenced by analyze_insn_to_expand_var(), analyze_insns_in_loop(), apply_opt_in_copies(), and free_opt_info().
| enum rtx_code var_to_expand::op |
| rtx var_to_expand::reg |
| int var_to_expand::reuse_expansion |
Referenced by analyze_insn_to_expand_var(), and get_expansion().