Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dpostreload-gcse.c188 static hashval_t hash_expr (rtx, int *);
287 hash_expr (rtx x, int *do_not_record_p) in hash_expr() function
332 hash = hash_expr (x, &do_not_record_p); in insert_expr_in_table()
408 hashval_t hash = hash_expr (pat, &do_not_record_p); in lookup_expr_in_table()
H A Dgcse.c540 static unsigned int hash_expr (rtx, enum machine_mode, int *, int);
1440 hash_expr (rtx x, enum machine_mode mode, int *do_not_record_p, in hash_expr() function
1495 hash = hash_expr (x, mode, &do_not_record_p, table->size); in insert_expr_in_table()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgcse.c576 static unsigned int hash_expr PARAMS ((rtx, enum machine_mode, int *, int));
1558 hash_expr (x, mode, do_not_record_p, hash_table_size) in hash_expr() function
1959 hash = hash_expr (x, mode, &do_not_record_p, table->size);
2622 unsigned int hash = hash_expr (pat, GET_MODE (pat), &do_not_record_p,
H A DChangeLog.75961 * gcse.c (hash_expr): Do not use alias set for hashing.