GCC Middle and Back End API Reference
lra_copy Struct Reference

#include <lra-int.h>

Collaboration diagram for lra_copy:

Data Fields

bool regno1_dest_p
 
int freq
 
int regno1
 
int regno2
 
lra_copy_t regno1_next
 
lra_copy_t regno2_next
 

Detailed Description

Copy between pseudos which affects assigning hard registers.    

Field Documentation

◆ freq

int lra_copy::freq

◆ regno1

int lra_copy::regno1

◆ regno1_dest_p

bool lra_copy::regno1_dest_p

◆ regno1_next

lra_copy_t lra_copy::regno1_next

◆ regno2

int lra_copy::regno2

◆ regno2_next

lra_copy_t lra_copy::regno2_next

The documentation for this struct was generated from the following file: