Searched refs:val_store (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | var-tracking.c | 2507 val_store (dataflow_set *set, rtx val, rtx loc, rtx_insn *insn, in val_store() function 6834 val_store (out, val, uloc, insn, false); in compute_bb_dataflow() 6955 val_store (out, val, dstv, insn, true); in compute_bb_dataflow() 9332 val_store (set, val, uloc, insn, false); in emit_notes_in_bb() 9449 val_store (set, val, dstv, insn, true); in emit_notes_in_bb()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | var-tracking.cc | 2514 val_store (dataflow_set *set, rtx val, rtx loc, rtx_insn *insn, in val_store() function 6840 val_store (out, val, uloc, insn, false); in compute_bb_dataflow() 6961 val_store (out, val, dstv, insn, true); in compute_bb_dataflow() 9363 val_store (set, val, uloc, insn, false); in emit_notes_in_bb() 9480 val_store (set, val, dstv, insn, true); in emit_notes_in_bb()
|
H A D | ChangeLog-2010 | 39196 * var-tracking.c (val_store): Add modified argument, obey it. 39199 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
|
H A D | ChangeLog-2011 | 15 (val_store): ... here. 7718 (val_store): Cope with NULL insn. Rephrase dump output. Check
|
H A D | ChangeLog-2009 | 11769 (val_store): New.
|
H A D | ChangeLog-2014 | 25563 (val_store): Likewise.
|