Lines Matching defs:gcse_hash_table_d
318 struct gcse_hash_table_d
332 static struct gcse_hash_table_d expr_hash_table;
458 static void hash_scan_insn (rtx_insn *, struct gcse_hash_table_d *);
459 static void hash_scan_set (rtx, rtx_insn *, struct gcse_hash_table_d *);
460 static void hash_scan_clobber (rtx, rtx_insn *, struct gcse_hash_table_d *);
461 static void hash_scan_call (rtx, rtx_insn *, struct gcse_hash_table_d *);
466 HOST_WIDE_INT, struct gcse_hash_table_d *);
471 static void compute_hash_table (struct gcse_hash_table_d *);
472 static void alloc_hash_table (struct gcse_hash_table_d *);
473 static void free_hash_table (struct gcse_hash_table_d *);
474 static void compute_hash_table_work (struct gcse_hash_table_d *);
475 static void dump_hash_table (FILE *, const char *, struct gcse_hash_table_d *);
477 struct gcse_hash_table_d *);
676 struct gcse_hash_table_d *table)
1129 struct gcse_hash_table_d *table)
1233 hash_scan_set (rtx set, rtx_insn *insn, struct gcse_hash_table_d *table)
1352 struct gcse_hash_table_d *table ATTRIBUTE_UNUSED)
1359 struct gcse_hash_table_d *table ATTRIBUTE_UNUSED)
1367 hash_scan_insn (rtx_insn *insn, struct gcse_hash_table_d *table)
1401 dump_hash_table (FILE *file, const char *name, struct gcse_hash_table_d *table)
1512 compute_hash_table_work (struct gcse_hash_table_d *table)
1571 alloc_hash_table (struct gcse_hash_table_d *table)
1592 free_hash_table (struct gcse_hash_table_d *table)
1600 compute_hash_table (struct gcse_hash_table_d *table)