Home
last modified time | relevance | path

Searched refs:dump_hash_table (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpostreload-gcse.cc254 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()
Dgcse.cc470 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()
Dcprop.cc334 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()
DChangeLog-19992948 * gcse.c (dump_hash_table): Likewise.
17286 * gcse.c (dump_hash_table): Fix whitespace in declaration.
18225 * gcse.c (dump_hash_table): Likewise.
DChangeLog-200027297 * gcse.c (dump_hash_table): Really fix error in last change.
27375 * gcse.c (dump_hash_table): Fix minor error in last change.
DChangeLog-200815672 dump_hash_table, compute_hash_table_work, alloc_hash_table,
DChangeLog-200211479 dump_hash_table, lookup_expr, lookup_set, compute_local_properties,
DChangeLog-201929647 * postreload-gcse.c (dump_hash_table): Likewise.
DChangeLog-201736521 (dump_hash_table): Likewise.
DChangeLog-201131491 (dump_hash_table): Dump <dest, src> pair.