Lines Matching refs:hash_table

342 struct hash_table  struct
359 static struct hash_table expr_hash_table; argument
362 static struct hash_table set_hash_table;
527 static void hash_scan_insn (rtx, struct hash_table *, int);
528 static void hash_scan_set (rtx, rtx, struct hash_table *);
529 static void hash_scan_clobber (rtx, rtx, struct hash_table *);
530 static void hash_scan_call (rtx, rtx, struct hash_table *);
538 struct hash_table *);
539 static void insert_set_in_table (rtx, rtx, struct hash_table *);
546 static void compute_hash_table (struct hash_table *);
547 static void alloc_hash_table (int, struct hash_table *, int);
548 static void free_hash_table (struct hash_table *);
549 static void compute_hash_table_work (struct hash_table *);
550 static void dump_hash_table (FILE *, const char *, struct hash_table *);
551 static struct expr *lookup_set (unsigned int, struct hash_table *);
564 struct hash_table *);
1010 struct hash_table *table) in compute_local_properties()
1488 int avail_p, struct hash_table *table) in insert_expr_in_table()
1589 insert_set_in_table (rtx x, rtx insn, struct hash_table *table) in insert_set_in_table()
1684 hash_scan_set (rtx pat, rtx insn, struct hash_table *table) in hash_scan_set()
1806 struct hash_table *table ATTRIBUTE_UNUSED) in hash_scan_clobber()
1813 struct hash_table *table ATTRIBUTE_UNUSED) in hash_scan_call()
1832 hash_scan_insn (rtx insn, struct hash_table *table, int in_libcall_block) in hash_scan_insn()
1865 dump_hash_table (FILE *file, const char *name, struct hash_table *table) in dump_hash_table()
2030 compute_hash_table_work (struct hash_table *table) in compute_hash_table_work()
2108 alloc_hash_table (int n_insns, struct hash_table *table, int set_p) in alloc_hash_table()
2128 free_hash_table (struct hash_table *table) in free_hash_table()
2137 compute_hash_table (struct hash_table *table) in compute_hash_table()
2152 lookup_set (unsigned int regno, struct hash_table *table) in lookup_set()