|
GCC Middle and Back End API Reference
|
#include <lra-int.h>

Data Fields | |
| bool | regno1_dest_p |
| int | freq |
| int | regno1 |
| int | regno2 |
| lra_copy_t | regno1_next |
| lra_copy_t | regno2_next |
Copy between pseudos which affects assigning hard registers.
| int lra_copy::freq |
Referenced by init_regno_assign_info(), lra_create_copy(), and update_hard_regno_preference().
| int lra_copy::regno1 |
| bool lra_copy::regno1_dest_p |
Referenced by lra_create_copy().
| lra_copy_t lra_copy::regno1_next |
Referenced by improve_inheritance(), lra_create_copy(), and update_hard_regno_preference().
| int lra_copy::regno2 |
| lra_copy_t lra_copy::regno2_next |
Referenced by improve_inheritance(), lra_create_copy(), and update_hard_regno_preference().