|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct occr * | next |
| rtx_insn * | insn |
| char | deleted_p |
Occurrence of an expression. There is at most one occurrence per basic block. If a pattern appears more than once, the last appearance is used.
| char occr::deleted_p |
| rtx_insn* occr::insn |
Referenced by alloc_mem(), compute_local_properties(), compute_local_properties(), delete_redundant_insns_1(), dump_expr_hash_table_entry(), eliminate_partially_redundant_load(), find_occr_in_bb(), get_bb_avail_insn(), hoist_code(), insert_expr_in_table(), oprs_unchanged_p(), pre_delete(), and pre_insert_copies().
| struct occr* occr::next |