Home
last modified time | relevance | path

Searched refs:do_not_record_p (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dpostreload-gcse.c287 hash_expr (rtx x, int *do_not_record_p) in hash_expr() argument
289 *do_not_record_p = 0; in hash_expr()
290 return hash_rtx (x, GET_MODE (x), do_not_record_p, in hash_expr()
327 int do_not_record_p; in insert_expr_in_table() local
332 hash = hash_expr (x, &do_not_record_p); in insert_expr_in_table()
337 if (do_not_record_p) in insert_expr_in_table()
406 int do_not_record_p; in lookup_expr_in_table() local
408 hashval_t hash = hash_expr (pat, &do_not_record_p); in lookup_expr_in_table()
410 if (do_not_record_p) in lookup_expr_in_table()
Dloop-invariant.c261 int do_not_record_p; in hash_invariant_expr_1() local
272 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false); in hash_invariant_expr_1()
277 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false); in hash_invariant_expr_1()
280 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false); in hash_invariant_expr_1()
Dgcse.c1440 hash_expr (rtx x, enum machine_mode mode, int *do_not_record_p, in hash_expr() argument
1445 *do_not_record_p = 0; in hash_expr()
1447 hash = hash_rtx (x, mode, do_not_record_p, in hash_expr()
1490 int found, do_not_record_p; in insert_expr_in_table() local
1495 hash = hash_expr (x, mode, &do_not_record_p, table->size); in insert_expr_in_table()
1500 if (do_not_record_p) in insert_expr_in_table()
5033 int do_not_record_p = 0; in pre_ldst_expr_hash() local
5035 return hash_rtx (x->pattern, GET_MODE (x->pattern), &do_not_record_p, NULL, false); in pre_ldst_expr_hash()
5051 int do_not_record_p = 0; in ldst_entry() local
5057 hash = hash_rtx (x, GET_MODE (x), &do_not_record_p, in ldst_entry()
Dcse.c2169 hash_rtx (rtx x, enum machine_mode mode, int *do_not_record_p, in hash_rtx() argument
2229 *do_not_record_p = 1; in hash_rtx()
2280 hash += hash_rtx (elt, GET_MODE (elt), do_not_record_p, in hash_rtx()
2317 *do_not_record_p = 1; in hash_rtx()
2362 *do_not_record_p = 1; in hash_rtx()
2368 *do_not_record_p = 1; in hash_rtx()
2385 do_not_record_p, hash_arg_in_memory_p, in hash_rtx()
2422 hash += hash_rtx (XEXP (x, i), 0, do_not_record_p, in hash_rtx()
2428 hash += hash_rtx (XVECEXP (x, i, j), 0, do_not_record_p, in hash_rtx()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcse.c1558 hash_expr (x, mode, do_not_record_p, hash_table_size) in hash_expr() argument
1561 int *do_not_record_p;
1566 *do_not_record_p = 0;
1568 hash = hash_expr_1 (x, mode, do_not_record_p);
1591 hash_expr_1 (x, mode, do_not_record_p) in hash_expr_1() argument
1594 int *do_not_record_p;
1643 hash += hash_expr_1 (elt, GET_MODE (elt), do_not_record_p);
1677 *do_not_record_p = 1;
1696 *do_not_record_p = 1;
1702 *do_not_record_p = 1;
[all …]