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

Data Fields

ira_allocno_t from
 
ira_allocno_t to
 
move_t next
 
bool visited_p
 
int deps_num
 
move_tdeps
 
rtx_insninsn
 

Detailed Description

The structure represents an allocno move.  Both allocnos have the
same original regno but different allocation.   

Field Documentation

◆ deps

◆ deps_num

int move::deps_num

◆ from

◆ insn

◆ next

◆ to

◆ visited_p

bool move::visited_p

Referenced by create_move(), and traverse_moves().


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