Searched refs:compute_hash_table (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | postreload-gcse.c | 265 static void compute_hash_table (void); 855 compute_hash_table (void) in compute_hash_table() function 1366 compute_hash_table (); in gcse_after_reload_main()
|
H A D | gcse.c | 466 static void compute_hash_table (struct gcse_hash_table_d *); 1591 compute_hash_table (struct gcse_hash_table_d *table) in compute_hash_table() function 2611 compute_hash_table (&expr_hash_table); in one_pre_gcse_pass() 3549 compute_hash_table (&expr_hash_table); in one_code_hoisting_pass()
|
H A D | cprop.c | 469 compute_hash_table (struct hash_table_d *table) in compute_hash_table() function 1806 compute_hash_table (&set_hash_table); in one_cprop_pass()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | postreload-gcse.cc | 265 static void compute_hash_table (void); 856 compute_hash_table (void) in compute_hash_table() function 1367 compute_hash_table (); in gcse_after_reload_main()
|
H A D | gcse.cc | 466 static void compute_hash_table (struct gcse_hash_table_d *); 1591 compute_hash_table (struct gcse_hash_table_d *table) in compute_hash_table() function 2593 compute_hash_table (&expr_hash_table); in one_pre_gcse_pass() 3528 compute_hash_table (&expr_hash_table); in one_code_hoisting_pass()
|
H A D | cprop.cc | 470 compute_hash_table (struct hash_table_d *table) in compute_hash_table() function 1804 compute_hash_table (&set_hash_table); in one_cprop_pass()
|
H A D | ChangeLog-2001 | 7181 (compute_hash_table): Use clear_modify_mem_tables. 12386 * gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL 12595 (compute_hash_table): Likewise. 14343 * gcse.c (compute_hash_table, compute_store_table): Update 14925 * gcse.c (compute_hash_table): Likewise. 17313 * gcse.c (compute_hash_table): Likewise. 17342 (compute_hash_table): Update comments to reflect reality. Remove 25373 (compute_hash_table, reset_opr_set_tables): Clear modify_mem_list. 29721 * gcse.c (compute_hash_table): Likewise.
|
H A D | ChangeLog-1998 | 3551 * gcse.c (compute_hash_table): Correctly identify hard regs which are 5875 (compute_hash_table): Likewise. 10174 * gcse.c (compute_hash_table): Mark first arg as unused.
|
H A D | ChangeLog-2002 | 11478 insert_expr_in_table, insert_set_in_table, compute_hash_table, 19715 compute_hash_table, expr_reaches_here_p, one_classic_gcse_pass, 20229 compute_hash_table, compute_kill_rd, compute_rd, compute_ae_kill, 21697 compute_hash_table, alloc_rd_mem, handle_rd_kill_set, compute_kill_rd,
|
H A D | ChangeLog-2000 | 4482 compute_hash_table, compute_set_hash_table, 12170 (compute_hash_table): Likewise. 24330 (compute_hash_table): REGNO and I now unsigned.
|
H A D | ChangeLog-1999 | 4084 (compute_hash_table): Adjust calls to note_stores. 18012 (compute_hash_table, compute_expr_hash_table): Likewise.
|
H A D | ChangeLog-2013 | 2799 * postreload-gcse.c (alloc_mem, compute_hash_table): Likewise.
|
H A D | ChangeLog-2004 | 11894 (compute_hash_table): Clarify comments. Use record_opr_changes.
|
H A D | ChangeLog-2014 | 26028 (compute_hash_table): Likewise for local "insn".
|