Home
last modified time | relevance | path

Searched refs:hash_scan_set (Results 1 – 24 of 24) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcprop.c268 hash_scan_set (rtx set, rtx_insn *insn, struct hash_table_d *table, in hash_scan_set() function
319 hash_scan_set (pat, insn, table, false); in hash_scan_insn()
326 hash_scan_set (x, insn, table, false); in hash_scan_insn()
429 hash_scan_set (implicit_sets[bb->index], BB_HEAD (bb), table, true); in compute_hash_table_work()
H A Dcprop.cc268 hash_scan_set (rtx set, rtx_insn *insn, struct hash_table_d *table, in hash_scan_set() function
319 hash_scan_set (pat, insn, table, false); in hash_scan_insn()
326 hash_scan_set (x, insn, table, false); in hash_scan_insn()
429 hash_scan_set (implicit_sets[bb->index], BB_HEAD (bb), table, true); in compute_hash_table_work()
H A Dpostreload-gcse.c264 static void hash_scan_set (rtx_insn *);
793 hash_scan_set (rtx_insn *insn) in hash_scan_set() function
878 hash_scan_set (insn); in compute_hash_table()
H A Dpostreload-gcse.cc264 static void hash_scan_set (rtx_insn *);
794 hash_scan_set (rtx_insn *insn) in hash_scan_set() function
879 hash_scan_set (insn); in compute_hash_table()
H A Dgcse.c454 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()
H A Dgcse.cc454 static void hash_scan_set (rtx, rtx_insn *, struct gcse_hash_table_d *);
1224 hash_scan_set (rtx set, rtx_insn *insn, struct gcse_hash_table_d *table) in hash_scan_set() function
1367 hash_scan_set (pat, insn, table); in hash_scan_insn()
1381 hash_scan_set (x, insn, table); in hash_scan_insn()
H A DChangeLog.dataflow773 * gcse.c (hash_scan_set): Make sure that INSN has only one
H A DChangeLog-20113071 (hash_scan_set): Add additional parameter and pass it to above.
3072 (hash_scan_insn): Pass false to hash_scan_set.
3073 (compute_hash_table_work): Pass true to hash_scan_set.
3633 (hash_scan_set): Rename PAT parameter into SET.
4592 (hash_scan_set): Rename PAT parameter into SET.
31490 (hash_scan_set): Update call to insert_set_in_table.
32004 (hash_scan_set): Simplify with new reg_available_p.
33124 (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
H A DChangeLog-200113930 * gcse.c (hash_scan_set): Expressions that are set as part of
24611 (hash_scan_set): Don't consider sets with REG_EQUIV MEM notes.
25703 * gcse.c (hash_scan_set): Likewise.
26802 * gcse.c (hash_scan_set): An expression is not anticipatible if it
29458 * gcse.c (hash_scan_set): If cprop, see if REG_EQUAL or REG_EQUIV.
29460 (hash_scan_insn): Clean up calls to hash_scan_set.
H A DChangeLog-20035143 * gcse.c (hash_scan_set): Handle the case of store expression and
27906 (hash_scan_set): Use it.
28395 (hash_scan_set): Use gcse_constant_p.
35264 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
H A DChangeLog-20053556 * gcse.c (hash_scan_set): Look through REG_EQUAL or REG_EQUIV notes
9759 * postreload-gcse.c (hash_scan_set): Do not consider stack regs.
21564 * postreload-gcse.c (hash_scan_set): Remove bogus assertion.
26197 hash_scan_set, reg_set_between_after_reload_p,
H A DChangeLog-20103963 * gcse.c (hash_scan_set): Use next_nonnote_nondebug_insn.
19381 * gcse.c (hash_scan_set): Use max_distance for gcse-las.
19424 * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
19604 (hash_scan_set): Update.
H A DChangeLog-199911441 * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
18027 (hash_scan_set): Record initializations from CONST_DOUBLEs too.
H A DChangeLog-200211477 (hash_scan_insn, hash_scan_set, hash_scan_clobber, hash_scan_call,
29223 * gcse.c (hash_scan_set): Refuse instructions with EH edges.
34727 * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
H A DChangeLog-201426027 (hash_scan_set): Likewise.
26557 (hash_scan_set): Likewise.
27011 (hash_scan_set): Likewise.
H A DChangeLog-20074333 * gcse.c (hash_scan_set): If the next nonnote insn is in
4796 * gcse.c (hash_scan_set): Insert set in insn before note at
H A DChangeLog-201524453 (hash_scan_set): Formatting.
35230 (hash_scan_set): Use above function to check if register can be
H A DChangeLog-200430141 * gcse.c (hash_scan_set, hash_scan_insn, mark_set, mark_oprs_set):
30234 (hash_scan_set): Likewise.
H A DChangeLog-200818490 * gcse.c (hash_scan_set): Do not pick up a REG_EQUAL value if
H A DChangeLog-20099708 * gcse.c (hash_scan_set): Use can_throw_internal.
H A DChangeLog-201736520 (hash_scan_set): Likewise.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcprop.c268 hash_scan_set (rtx set, rtx_insn *insn, struct hash_table_d *table, in hash_scan_set() function
319 hash_scan_set (pat, insn, table, false); in hash_scan_insn()
326 hash_scan_set (x, insn, table, false); in hash_scan_insn()
429 hash_scan_set (implicit_sets[bb->index], BB_HEAD (bb), table, true); in compute_hash_table_work()
H A Dpostreload-gcse.c264 static void hash_scan_set (rtx_insn *);
793 hash_scan_set (rtx_insn *insn) in hash_scan_set() function
878 hash_scan_set (insn); in compute_hash_table()
H A Dgcse.c454 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()