Searched refs:dump_hash_table (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | postreload-gcse.c | 254 static void dump_hash_table (FILE *); 487 dump_hash_table (FILE *file) in dump_hash_table() function 1369 dump_hash_table (dump_file); in gcse_after_reload_main()
|
H A D | gcse.c | 470 static void dump_hash_table (FILE *, const char *, struct gcse_hash_table_d *); 1393 dump_hash_table (FILE *file, const char *name, struct gcse_hash_table_d *table) in dump_hash_table() function 2615 dump_hash_table (dump_file, "Expression", &expr_hash_table); in one_pre_gcse_pass() 3551 dump_hash_table (dump_file, "Code Hosting Expressions", &expr_hash_table); in one_code_hoisting_pass()
|
H A D | cprop.c | 333 dump_hash_table (FILE *file, const char *name, struct hash_table_d *table) in dump_hash_table() function 1813 dump_hash_table (dump_file, "SET", &set_hash_table); in one_cprop_pass()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | postreload-gcse.cc | 254 static void dump_hash_table (FILE *); 487 dump_hash_table (FILE *file) in dump_hash_table() function 1370 dump_hash_table (dump_file); in gcse_after_reload_main()
|
H A D | gcse.cc | 470 static void dump_hash_table (FILE *, const char *, struct gcse_hash_table_d *); 1392 dump_hash_table (FILE *file, const char *name, struct gcse_hash_table_d *table) in dump_hash_table() function 2597 dump_hash_table (dump_file, "Expression", &expr_hash_table); in one_pre_gcse_pass() 3530 dump_hash_table (dump_file, "Code Hosting Expressions", &expr_hash_table); in one_code_hoisting_pass()
|
H A D | cprop.cc | 334 dump_hash_table (FILE *file, const char *name, struct hash_table_d *table) in dump_hash_table() function 1811 dump_hash_table (dump_file, "SET", &set_hash_table); in one_cprop_pass()
|
H A D | ChangeLog-1999 | 2948 * gcse.c (dump_hash_table): Likewise. 17286 * gcse.c (dump_hash_table): Fix whitespace in declaration. 18225 * gcse.c (dump_hash_table): Likewise.
|
H A D | ChangeLog-2000 | 27297 * gcse.c (dump_hash_table): Really fix error in last change. 27375 * gcse.c (dump_hash_table): Fix minor error in last change.
|
H A D | ChangeLog-2008 | 15672 dump_hash_table, compute_hash_table_work, alloc_hash_table,
|
H A D | ChangeLog-2002 | 11479 dump_hash_table, lookup_expr, lookup_set, compute_local_properties,
|
H A D | ChangeLog-2019 | 29647 * postreload-gcse.c (dump_hash_table): Likewise.
|
H A D | ChangeLog-2011 | 31491 (dump_hash_table): Dump <dest, src> pair.
|
H A D | ChangeLog-2017 | 36521 (dump_hash_table): Likewise.
|