Searched refs:insert_expr_in_table (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | postreload-gcse.c | 252 static void insert_expr_in_table (rtx, rtx_insn *); 365 insert_expr_in_table (rtx x, rtx_insn *insn) in insert_expr_in_table() function 823 insert_expr_in_table (src, insn); in hash_scan_set() 842 insert_expr_in_table (dest, insn); in hash_scan_set()
|
H A D | gcse.c | 460 static void insert_expr_in_table (rtx, machine_mode, rtx_insn *, int, int, 1118 insert_expr_in_table (rtx x, machine_mode mode, rtx_insn *insn, in insert_expr_in_table() function 1296 insert_expr_in_table (src, GET_MODE (dest), insn, antic_p, avail_p, in hash_scan_set() 1336 insert_expr_in_table (dest, GET_MODE (dest), insn, in hash_scan_set()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | postreload-gcse.cc | 252 static void insert_expr_in_table (rtx, rtx_insn *); 365 insert_expr_in_table (rtx x, rtx_insn *insn) in insert_expr_in_table() function 824 insert_expr_in_table (src, insn); in hash_scan_set() 843 insert_expr_in_table (dest, insn); in hash_scan_set()
|
H A D | gcse.cc | 460 static void insert_expr_in_table (rtx, machine_mode, rtx_insn *, int, int, 1117 insert_expr_in_table (rtx x, machine_mode mode, rtx_insn *insn, in insert_expr_in_table() function 1295 insert_expr_in_table (src, GET_MODE (dest), insn, antic_p, avail_p, in hash_scan_set() 1335 insert_expr_in_table (dest, GET_MODE (dest), insn, in hash_scan_set()
|
H A D | ChangeLog-2010 | 19424 * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table 19603 (insert_expr_in_table): Set new max_distance field. 40755 * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM 40760 * gcse.c (compute_local_properties, insert_expr_in_table,
|
H A D | ChangeLog-2014 | 26018 (insert_expr_in_table): Likewise for param "insn". 26555 (insert_expr_in_table): Strengthen param "insn" from rtx to
|
H A D | ChangeLog-2008 | 15671 record_one_set, insert_expr_in_table, insert_set_in_table,
|
H A D | ChangeLog-2005 | 33117 * gcse.c (insert_expr_in_table): Revamp handling of available
|
H A D | ChangeLog-2002 | 11478 insert_expr_in_table, insert_set_in_table, compute_hash_table,
|
H A D | ChangeLog-2019 | 15639 (insert_expr_in_table): Insert at the head of cur_expr->avail_occr
|
H A D | ChangeLog-2017 | 2126 * gcse.c (insert_expr_in_table): Likewise.
|
H A D | ChangeLog-2015 | 37516 (insert_expr_in_table): Record a bitmap index for each entry we
|