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

/freebsd-11-stable/contrib/gcc/
H A Dpostreload-gcse.c289 hash_expr (rtx x, int *do_not_record_p)
291 *do_not_record_p = 0;
292 return hash_rtx (x, GET_MODE (x), do_not_record_p,
330 int do_not_record_p;
335 hash = hash_expr (x, &do_not_record_p);
340 if (do_not_record_p)
410 int do_not_record_p;
412 hashval_t hash = hash_expr (pat, &do_not_record_p);
414 if (do_not_record_p)
285 hash_expr(rtx x, int *do_not_record_p) argument
325 int do_not_record_p; local
404 int do_not_record_p; local
H A Dloop-invariant.c261 int do_not_record_p; local
272 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false);
277 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false);
280 return hash_rtx (x, GET_MODE (x), &do_not_record_p, NULL, false);
H A Dgcse.c1449 hash_expr (rtx x, enum machine_mode mode, int *do_not_record_p,
1454 *do_not_record_p = 0;
1456 hash = hash_rtx (x, mode, do_not_record_p,
1499 int found, do_not_record_p;
1504 hash = hash_expr (x, mode, &do_not_record_p, table->size);
1509 if (do_not_record_p)
5052 int do_not_record_p = 0;
5054 return hash_rtx (x->pattern, GET_MODE (x->pattern), &do_not_record_p, NULL, false);
5070 int do_not_record_p = 0;
5076 hash = hash_rtx (x, GET_MODE (x), &do_not_record_p,
1440 hash_expr(rtx x, enum machine_mode mode, int *do_not_record_p, int hash_table_size) argument
1490 int found, do_not_record_p; local
5033 int do_not_record_p = 0; local
5051 int do_not_record_p = 0; local
[all...]
H A Dcse.c2192 hash_rtx (rtx x, enum machine_mode mode, int *do_not_record_p,
2252 *do_not_record_p = 1;
2303 hash += hash_rtx (elt, GET_MODE (elt), do_not_record_p,
2340 *do_not_record_p = 1;
2385 *do_not_record_p = 1;
2391 *do_not_record_p = 1;
2408 do_not_record_p, hash_arg_in_memory_p,
2445 hash += hash_rtx (XEXP (x, i), 0, do_not_record_p,
2451 hash += hash_rtx (XVECEXP (x, i, j), 0, do_not_record_p,
2179 hash_rtx(rtx x, enum machine_mode mode, int *do_not_record_p, int *hash_arg_in_memory_p, bool have_reg_qty) argument

Completed in 123 milliseconds