
Data Fields | |
| struct expr * | next |
| EXPR_KIND | kind |
| char | s [1] |
| rtx | expr |
| int | bitmap_index |
| struct expr * | next_same_hash |
| struct occr * | antic_occr |
| struct occr * | avail_occr |
| rtx | reaching_reg |
| hashval_t | hash |
Definition at line 99 of file isa_pseudo_gen.cxx.
struct expr* expr::next [read] |
| char expr::s[1] |
Definition at line 315 of file gcse.c.
Referenced by compute_ae_kill(), compute_local_properties(), compute_pre_data(), compute_transpout(), dump_hash_table(), dump_hash_table_entry(), expr_equiv_p(), insert_expr_in_table(), insert_set_in_table(), lookup_expr(), lookup_expr_in_table(), lookup_set(), next_set(), pre_insert_copy_insn(), process_insert_insn(), trim_ld_motion_mems(), and update_ld_motion_stores().
Definition at line 317 of file gcse.c.
Referenced by classic_gcse(), compute_ae_gen(), compute_ae_kill(), compute_local_properties(), compute_pre_data(), compute_transpout(), dump_hash_table(), expr_reaches_here_p_work(), hoist_code(), insert_expr_in_table(), insert_insn_end_bb(), insert_set_in_table(), pre_delete(), pre_edge_insert(), pre_expr_reaches_here_p_work(), pre_gcse(), and pre_insert_copy_insn().
struct expr * expr::next_same_hash [read] |
Definition at line 319 of file gcse.c.
Referenced by compute_ae_gen(), compute_ae_kill(), compute_local_properties(), compute_pre_data(), compute_transpout(), dump_hash_table(), hoist_code(), insert_expr_in_table(), insert_set_in_table(), lookup_expr(), lookup_set(), next_set(), pre_delete(), pre_gcse(), pre_insert_copies(), and trim_ld_motion_mems().
struct occr * expr::antic_occr [read] |
Definition at line 325 of file gcse.c.
Referenced by compute_local_properties(), hoist_code(), insert_expr_in_table(), insert_set_in_table(), pre_delete(), pre_edge_insert(), and pre_insert_copies().
struct occr * expr::avail_occr [read] |
Definition at line 330 of file gcse.c.
Referenced by compute_ae_gen(), compute_local_properties(), delete_redundant_insns_1(), dump_hash_table_entry(), eliminate_partially_redundant_load(), insert_expr_in_table(), insert_set_in_table(), lookup_expr_in_table(), and pre_insert_copies().
Definition at line 334 of file gcse.c.
Referenced by compute_local_properties(), hoist_code(), insert_insn_end_bb(), pre_delete(), pre_edge_insert(), pre_insert_copies(), pre_insert_copy_insn(), process_insert_insn(), and update_ld_motion_stores().
Definition at line 101 of file postreload-gcse.c.
Referenced by dump_hash_table_entry(), expr_equiv_p(), hash_expr_for_htab(), insert_expr_in_table(), and lookup_expr_in_table().
1.5.6