Searched refs:pre_ldst_table (Results 1 – 5 of 5) sorted by relevance
384 static hash_table<pre_ldst_expr_hasher> *pre_ldst_table; variable3629 slot = pre_ldst_table->find_slot_with_hash (&e, hash, INSERT); in ldst_entry()3665 delete pre_ldst_table; in free_ld_motion_mems() local3666 pre_ldst_table = NULL; in free_ld_motion_mems()3711 if (!pre_ldst_table) in find_rtx_in_ldst()3714 slot = pre_ldst_table->find_slot (&e, NO_INSERT); in find_rtx_in_ldst()3805 pre_ldst_table = new hash_table<pre_ldst_expr_hasher> (13); in compute_ld_motion_mems()3913 pre_ldst_table->remove_elt_with_hash (ptr, ptr->hash_index); in trim_ld_motion_mems()
384 static hash_table<pre_ldst_expr_hasher> *pre_ldst_table; variable3608 slot = pre_ldst_table->find_slot_with_hash (&e, hash, INSERT); in ldst_entry()3644 delete pre_ldst_table; in free_ld_motion_mems()3645 pre_ldst_table = NULL; in free_ld_motion_mems()3690 if (!pre_ldst_table) in find_rtx_in_ldst()3693 slot = pre_ldst_table->find_slot (&e, NO_INSERT); in find_rtx_in_ldst()3784 pre_ldst_table = new hash_table<pre_ldst_expr_hasher> (13); in compute_ld_motion_mems()3892 pre_ldst_table->remove_elt_with_hash (ptr, ptr->hash_index); in trim_ld_motion_mems()
24957 (pre_ldst_table): Rename to store_motion_mems_table.
4412 * gcse.c (find_rtx_in_ldst): Handle NULL pre_ldst_table.
32441 * gcse.c (htab_t pre_ldst_table):