|
GCC Middle and Back End API 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 |
Register information indexed by register number. This structure is initialized by calling regstat_compute_ri and is destroyed by calling regstat_free_ri.
| 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 |