HomeSort by: relevance | last modified time | path
    Searched defs:pre_ldst_table (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 385 static hash_table<pre_ldst_expr_hasher> *pre_ldst_table;
3639 slot = pre_ldst_table->find_slot_with_hash (&e, hash, INSERT);
3675 delete pre_ldst_table;
3676 pre_ldst_table = NULL;
3721 if (!pre_ldst_table)
3724 slot = pre_ldst_table->find_slot (&e, NO_INSERT);
3816 pre_ldst_table = new hash_table<pre_ldst_expr_hasher> (13);
3924 pre_ldst_table->remove_elt_with_hash (ptr, ptr->hash_index);
384 static hash_table<pre_ldst_expr_hasher> *pre_ldst_table; variable
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 385 static hash_table<pre_ldst_expr_hasher> *pre_ldst_table;
3624 slot = pre_ldst_table->find_slot_with_hash (&e, hash, INSERT);
3660 delete pre_ldst_table;
3661 pre_ldst_table = NULL;
3706 if (!pre_ldst_table)
3709 slot = pre_ldst_table->find_slot (&e, NO_INSERT);
3801 pre_ldst_table = new hash_table<pre_ldst_expr_hasher> (13);
3909 pre_ldst_table->remove_elt_with_hash (ptr, ptr->hash_index);
384 static hash_table<pre_ldst_expr_hasher> *pre_ldst_table; variable

Completed in 54 milliseconds