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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dpostreload-gcse.c122 hash_expr (rtx x, int *do_not_record_p)
254 static hashval_t hash_expr (rtx, int *);
377 hash = hash_expr (x, &do_not_record_p);
380 or if hash_expr determines the expression is something we don't want
445 hashval_t hash = hash_expr (pat, &do_not_record_p);
121 hash_expr (rtx x, int *do_not_record_p) function
H A Dgcse.c467 static unsigned int hash_expr (const_rtx, machine_mode, int *, int);
1094 hash_expr (const_rtx x, machine_mode mode, int *do_not_record_p,
1137 hash = hash_expr (x, mode, &do_not_record_p, table->size);
1140 or if hash_expr determines the expression is something we don't want
1085 hash_expr (const_rtx x, machine_mode mode, int *do_not_record_p, function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpostreload-gcse.cc122 hash_expr (rtx x, int *do_not_record_p)
254 static hashval_t hash_expr (rtx, int *);
377 hash = hash_expr (x, &do_not_record_p);
380 or if hash_expr determines the expression is something we don't want
445 hashval_t hash = hash_expr (pat, &do_not_record_p);
121 hash_expr (rtx x, int *do_not_record_p) function
H A Dgcse.cc467 static unsigned int hash_expr (const_rtx, machine_mode, int *, int);
1093 hash_expr (const_rtx x, machine_mode mode, int *do_not_record_p,
1136 hash = hash_expr (x, mode, &do_not_record_p, table->size);
1139 or if hash_expr determines the expression is something we don't want
1084 hash_expr (const_rtx x, machine_mode mode, int *do_not_record_p, function

Completed in 312 milliseconds