GCC Middle and Back End API Reference
operand_rr_info Struct Reference

#include <regrename.h>

Collaboration diagram for operand_rr_info:

Data Fields

short n_chains
 
bool failed
 
struct du_chainchains [MAX_REGS_PER_ADDRESS]
 
class du_headheads [MAX_REGS_PER_ADDRESS]
 

Detailed Description

This struct describes data gathered during regrename_analyze about
a single operand of an insn.   

Field Documentation

◆ chains

struct du_chain* operand_rr_info::chains[MAX_REGS_PER_ADDRESS]

Referenced by record_operand_use().

◆ failed

bool operand_rr_info::failed

Referenced by record_operand_use().

◆ heads

class du_head* operand_rr_info::heads[MAX_REGS_PER_ADDRESS]

Referenced by record_operand_use().

◆ n_chains

short operand_rr_info::n_chains

Referenced by record_operand_use().


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