GCC Middle and Back End API Reference
|
#include <regrename.h>
Data Fields | |
short | n_chains |
bool | failed |
struct du_chain * | chains [MAX_REGS_PER_ADDRESS] |
class du_head * | heads [MAX_REGS_PER_ADDRESS] |
This struct describes data gathered during regrename_analyze about a single operand of an insn.
struct du_chain* operand_rr_info::chains[MAX_REGS_PER_ADDRESS] |
Referenced by record_operand_use().
bool operand_rr_info::failed |
Referenced by record_operand_use().
class du_head* operand_rr_info::heads[MAX_REGS_PER_ADDRESS] |
Referenced by record_operand_use().
short operand_rr_info::n_chains |
Referenced by record_operand_use().