GCC Middle and Back End API Reference
reg_info_t Struct Reference

#include <regs.h>

Data Fields

int freq
int deaths
int live_length
int calls_crossed
int freq_calls_crossed
int throw_calls_crossed
int basic_block

Detailed Description

   Register information indexed by register number.  This structure is
   initialized by calling regstat_compute_ri and is destroyed by
   calling regstat_free_ri.  

Field Documentation

int reg_info_t::basic_block
int reg_info_t::calls_crossed
int reg_info_t::deaths
int reg_info_t::freq
int reg_info_t::freq_calls_crossed
int reg_info_t::live_length
int reg_info_t::throw_calls_crossed

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