Lines Matching defs:hash_table

343 struct hash_table
360 static struct hash_table expr_hash_table;
363 static struct hash_table set_hash_table;
530 static void hash_scan_insn (rtx, struct hash_table *, int);
531 static void hash_scan_set (rtx, rtx, struct hash_table *);
532 static void hash_scan_clobber (rtx, rtx, struct hash_table *);
533 static void hash_scan_call (rtx, rtx, struct hash_table *);
541 struct hash_table *);
542 static void insert_set_in_table (rtx, rtx, struct hash_table *);
549 static void compute_hash_table (struct hash_table *);
550 static void alloc_hash_table (int, struct hash_table *, int);
551 static void free_hash_table (struct hash_table *);
552 static void compute_hash_table_work (struct hash_table *);
553 static void dump_hash_table (FILE *, const char *, struct hash_table *);
554 static struct expr *lookup_set (unsigned int, struct hash_table *);
567 struct hash_table *);
1017 struct hash_table *table)
1497 int avail_p, struct hash_table *table)
1598 insert_set_in_table (rtx x, rtx insn, struct hash_table *table)
1693 hash_scan_set (rtx pat, rtx insn, struct hash_table *table)
1815 struct hash_table *table ATTRIBUTE_UNUSED)
1822 struct hash_table *table ATTRIBUTE_UNUSED)
1841 hash_scan_insn (rtx insn, struct hash_table *table, int in_libcall_block)
1874 dump_hash_table (FILE *file, const char *name, struct hash_table *table)
2039 compute_hash_table_work (struct hash_table *table)
2117 alloc_hash_table (int n_insns, struct hash_table *table, int set_p)
2137 free_hash_table (struct hash_table *table)
2146 compute_hash_table (struct hash_table *table)
2162 lookup_set (unsigned int regno, struct hash_table *table)