Home
last modified time | relevance | path

Searched refs:hash_expr (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpostreload-gcse.c121 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 Dgcse.c462 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 Dpostreload-gcse.cc121 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 Dgcse.cc462 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 DChangeLog-200711543 oprs_available_p, hash_expr, expr_equiv_p, oprs_not_set_p,
H A DChangeLog-20031867 (hash_expr): Document hash_table_size parameter and wrap long line.
H A DChangeLog-200220408 * gcse.c (hash_expr): Do not use alias set for hashing.
H A DChangeLog-20114591 (hash_expr): Remove superfluous line break.
H A DChangeLog-200418281 (hash_expr): Call hash_rtx.