Searched refs:hash_expr (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | postreload-gcse.c | 121 hash_expr (rtx x, int *do_not_record_p) in hash_expr() function 251 static hashval_t hash_expr (rtx, int *); 372 hash = hash_expr (x, &do_not_record_p); in insert_expr_in_table() 439 hashval_t hash = hash_expr (pat, &do_not_record_p); in lookup_expr_in_table()
|
H A D | gcse.c | 462 static unsigned int hash_expr (const_rtx, machine_mode, int *, int); 1085 hash_expr (const_rtx x, machine_mode mode, int *do_not_record_p, in hash_expr() function 1128 hash = hash_expr (x, mode, &do_not_record_p, table->size); in insert_expr_in_table()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | postreload-gcse.cc | 121 hash_expr (rtx x, int *do_not_record_p) in hash_expr() function 251 static hashval_t hash_expr (rtx, int *); 372 hash = hash_expr (x, &do_not_record_p); in insert_expr_in_table() 439 hashval_t hash = hash_expr (pat, &do_not_record_p); in lookup_expr_in_table()
|
H A D | gcse.cc | 462 static unsigned int hash_expr (const_rtx, machine_mode, int *, int); 1084 hash_expr (const_rtx x, machine_mode mode, int *do_not_record_p, in hash_expr() function 1127 hash = hash_expr (x, mode, &do_not_record_p, table->size); in insert_expr_in_table()
|
H A D | ChangeLog-2007 | 11543 oprs_available_p, hash_expr, expr_equiv_p, oprs_not_set_p,
|
H A D | ChangeLog-2003 | 1867 (hash_expr): Document hash_table_size parameter and wrap long line.
|
H A D | ChangeLog-2002 | 20408 * gcse.c (hash_expr): Do not use alias set for hashing.
|
H A D | ChangeLog-2011 | 4591 (hash_expr): Remove superfluous line break.
|
H A D | ChangeLog-2004 | 18281 (hash_expr): Call hash_rtx.
|