Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dpostreload-gcse.c194 static void dump_hash_table (FILE *);
458 dump_hash_table (FILE *file) in dump_hash_table() function
1337 dump_hash_table (dump_file); in gcse_after_reload_main()
H A Dgcse.c550 static void dump_hash_table (FILE *, const char *, struct hash_table *);
1865 dump_hash_table (FILE *file, const char *name, struct hash_table *table) in dump_hash_table() function
3413 dump_hash_table (dump_file, "SET", &set_hash_table); in one_cprop_pass()
4548 dump_hash_table (dump_file, "Expression", &expr_hash_table); in one_pre_gcse_pass()
4990 dump_hash_table (dump_file, "Code Hosting Expressions", &expr_hash_table); in one_code_hoisting_pass()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcse.c588 static void dump_hash_table PARAMS ((FILE *, const char *,
2302 dump_hash_table (file, name, table) in dump_hash_table() function
3641 dump_hash_table (gcse_file, "Expression", &expr_hash_table);
4567 dump_hash_table (gcse_file, "SET", &set_hash_table);
5604 dump_hash_table (gcse_file, "Expression", &expr_hash_table);
6368 dump_hash_table (gcse_file, "Code Hosting Expressions", &expr_hash_table); in one_code_hoisting_pass()
H A DChangeLog.12818 * gcse.c (dump_hash_table): Fix whitespace in declaration.
3757 * gcse.c (dump_hash_table): Likewise.
H A DChangeLog.312031 * gcse.c (dump_hash_table): Really fix error in last change.
12109 * gcse.c (dump_hash_table): Fix minor error in last change.
H A DChangeLog.22948 * gcse.c (dump_hash_table): Likewise.
H A DChangeLog17187 dump_hash_table, lookup_expr, lookup_set, compute_local_properties,