GCC Middle and Back End API Reference
|
Data Fields | |
rtx_insn * | 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(), compute_bb_dataflow(), dump_dataflow_sets(), and vt_find_locations().
rtx_insn* count_use_info::insn |
Referenced by add_stores(), add_uses(), add_with_sets(), compute_bb_dataflow(), and prepare_call_arguments().
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().