Searched refs:hash_scan_set (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | postreload-gcse.c | 204 static void hash_scan_set (rtx); 770 hash_scan_set (rtx insn) in hash_scan_set() function 855 hash_scan_set (insn); in compute_hash_table()
|
| HD | cprop.c | 273 hash_scan_set (rtx set, rtx insn, struct hash_table_d *table, bool implicit) in hash_scan_set() function 325 hash_scan_set (pat, insn, table, false); in hash_scan_insn() 332 hash_scan_set (x, insn, table, false); in hash_scan_insn() 436 hash_scan_set (implicit_sets[bb->index], BB_HEAD (bb), table, true); in compute_hash_table_work()
|
| HD | gcse.c | 424 static void hash_scan_set (rtx, rtx, struct hash_table_d *); 1187 hash_scan_set (rtx set, rtx insn, struct hash_table_d *table) in hash_scan_set() function 1331 hash_scan_set (pat, insn, table); in hash_scan_insn() 1345 hash_scan_set (x, insn, table); in hash_scan_insn()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | cprop.c | 269 hash_scan_set (rtx set, rtx_insn *insn, struct hash_table_d *table, in hash_scan_set() function 320 hash_scan_set (pat, insn, table, false); in hash_scan_insn() 327 hash_scan_set (x, insn, table, false); in hash_scan_insn() 430 hash_scan_set (implicit_sets[bb->index], BB_HEAD (bb), table, true); in compute_hash_table_work()
|
| HD | postreload-gcse.c | 261 static void hash_scan_set (rtx_insn *); 814 hash_scan_set (rtx_insn *insn) in hash_scan_set() function 899 hash_scan_set (insn); in compute_hash_table()
|
| HD | gcse.c | 454 static void hash_scan_set (rtx, rtx_insn *, struct gcse_hash_table_d *); 1225 hash_scan_set (rtx set, rtx_insn *insn, struct gcse_hash_table_d *table) in hash_scan_set() function 1368 hash_scan_set (pat, insn, table); in hash_scan_insn() 1382 hash_scan_set (x, insn, table); in hash_scan_insn()
|