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

Data Fields

struct gcse_occrnext
 
rtx_insninsn
 
char deleted_p
 
char copied_p
 

Detailed Description

Occurrence of an expression.
There is one per basic block.  If a pattern appears more than once the
last appearance is used [or first for anticipatable expressions].   

Field Documentation

◆ copied_p

char gcse_occr::copied_p

Referenced by pre_insert_copies().

◆ deleted_p

char gcse_occr::deleted_p

Referenced by insert_expr_in_table().

◆ insn

◆ next

struct gcse_occr* gcse_occr::next

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