GCC Middle and Back End API Reference
allocno_hard_regs_node Struct Reference
Collaboration diagram for allocno_hard_regs_node:

Data Fields

int preorder_num
 
int check
 
int conflict_size
 
int hard_regs_num
 
bool used_p
 
allocno_hard_regs_t hard_regs
 
allocno_hard_regs_node_t parent
 
allocno_hard_regs_node_t first
 
allocno_hard_regs_node_t prev
 
allocno_hard_regs_node_t next
 

Detailed Description

A node representing allocno hard registers.  Such nodes form a
forest (set of trees).  Each subnode of given node in the forest
refers for hard register set (usually allocno profitable hard
register set) which is a subset of one referred from given
node.   

Field Documentation

◆ check

int allocno_hard_regs_node::check

◆ conflict_size

int allocno_hard_regs_node::conflict_size

◆ first

◆ hard_regs

◆ hard_regs_num

int allocno_hard_regs_node::hard_regs_num

◆ next

◆ parent

◆ preorder_num

◆ prev

◆ used_p


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