Searched refs:dump_hash_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dpostreload-gcse.c196 static void dump_hash_table (FILE *);
463 dump_hash_table (FILE *file)
1288 dump_hash_table (dump_file);
456 dump_hash_table (FILE *file) function
H A Dgcse.c553 static void dump_hash_table (FILE *, const char *, struct hash_table *);
1874 dump_hash_table (FILE *file, const char *name, struct hash_table *table)
3425 dump_hash_table (dump_file, "SET", &set_hash_table);
4564 dump_hash_table (dump_file, "Expression", &expr_hash_table);
5008 dump_hash_table (dump_file, "Code Hosting Expressions", &expr_hash_table);
1865 dump_hash_table (FILE *file, const char *name, struct hash_table *table) function

Completed in 102 milliseconds