Home
last modified time | relevance | path

Searched refs:val_store (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c2507 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 Dvar-tracking.cc2514 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 DChangeLog-201039196 * var-tracking.c (val_store): Add modified argument, obey it.
39199 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
H A DChangeLog-201115 (val_store): ... here.
7718 (val_store): Cope with NULL insn. Rephrase dump output. Check
H A DChangeLog-200911769 (val_store): New.
H A DChangeLog-201425563 (val_store): Likewise.