|
GCC Middle and Back End API Reference
|

Data Fields | |
| rtx | insn |
| basic_block | bb |
| struct cselib_set * | sets |
| int | n_sets |
| bool | store_p |
Carry information about uses and stores while walking rtx.
| basic_block count_use_info::bb |
Referenced by add_stores(), add_uses(), add_with_sets(), dump_dataflow_sets(), and vt_find_locations().
| rtx count_use_info::insn |
Referenced by add_stores(), add_uses(), add_with_sets(), and compute_bb_dataflow().
| int count_use_info::n_sets |
Referenced by add_with_sets(), and find_use_val().
| struct cselib_set* count_use_info::sets |
Referenced by add_stores(), add_uses(), add_with_sets(), find_use_val(), and use_type().
| bool count_use_info::store_p |
Referenced by add_with_sets(), find_use_val(), and use_type().