GCC Middle and Back End API Reference
|
#include <ira-int.h>
Data Fields | |
int | num |
int | hard_regno |
int | freq |
ira_allocno_t | allocno |
ira_pref_t | next_pref |
The following structure represents a hard register preference of allocno. The preference represent move insns or potential move insns usually because of two operand insn constraints. One move operand is a hard register.
ira_allocno_t ira_allocno_pref::allocno |
int ira_allocno_pref::freq |
int ira_allocno_pref::hard_regno |
ira_pref_t ira_allocno_pref::next_pref |
Referenced by color_allocnos(), ira_remove_allocno_prefs(), and ira_remove_pref().
int ira_allocno_pref::num |
Referenced by ira_create_pref().