Home
last modified time | relevance | path

Searched refs:pre_ldst_table (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.c384 static hash_table<pre_ldst_expr_hasher> *pre_ldst_table; variable
3629 slot = pre_ldst_table->find_slot_with_hash (&e, hash, INSERT); in ldst_entry()
3665 delete pre_ldst_table; in free_ld_motion_mems() local
3666 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcse.cc384 static hash_table<pre_ldst_expr_hasher> *pre_ldst_table; variable
3608 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()
H A DChangeLog-200924957 (pre_ldst_table): Rename to store_motion_mems_table.
H A DChangeLog-20054412 * gcse.c (find_rtx_in_ldst): Handle NULL pre_ldst_table.
H A DChangeLog-201332441 * gcse.c (htab_t pre_ldst_table):