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

Data Fields

rtx_insninsn
 
basic_block bb
 
struct cselib_setsets
 
int n_sets
 
bool store_p
 

Detailed Description

Carry information about uses and stores while walking rtx.   

Field Documentation

◆ bb

◆ insn

rtx_insn* count_use_info::insn

◆ n_sets

int count_use_info::n_sets

Referenced by add_with_sets().

◆ sets

struct cselib_set* count_use_info::sets

Referenced by add_with_sets().

◆ store_p

bool count_use_info::store_p

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