GCC Middle and Back End API Reference
var_to_expand Struct Reference
Collaboration diagram for var_to_expand:

Data Fields

rtx_insninsn
 
rtx reg
 
vec< rtxvar_expansions
 
struct var_to_expandnext
 
enum rtx_code op
 
int expansion_count
 
int reuse_expansion
 

Detailed Description

Information about accumulators to expand.   

Field Documentation

◆ expansion_count

int var_to_expand::expansion_count

◆ insn

◆ next

struct var_to_expand* var_to_expand::next

Referenced by apply_opt_in_copies().

◆ op

enum rtx_code var_to_expand::op

◆ reg

rtx var_to_expand::reg

Referenced by get_expansion().

◆ reuse_expansion

int var_to_expand::reuse_expansion

◆ var_expansions

vec<rtx> var_to_expand::var_expansions

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