Home
last modified time | relevance | path

Searched refs:try_fwprop_subst_note (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfwprop.cc368 try_fwprop_subst_note (insn_info *use_insn, set_info *def, in try_fwprop_subst_note() function
529 && try_fwprop_subst_note (use_insn, def, note, dest, src, false) < 0) in try_fwprop_subst_pattern()
556 && try_fwprop_subst_note (use_insn, def, note, dest, src, true) > 0) in try_fwprop_subst_notes()
H A DChangeLog-202130621 (try_fwprop_subst_note): Use set_info instead of insn_info.