Home
last modified time | relevance | path

Searched refs:adjust_libcall_notes (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgcse.c644 static bool adjust_libcall_notes (rtx, rtx, rtx, rtx*);
3096 adjusted = adjust_libcall_notes (x, newcnst, insn, libcall_sp); in do_local_cprop()
3113 adjust_libcall_notes (x, newreg, insn, libcall_sp); in do_local_cprop()
3133 adjust_libcall_notes (rtx oldreg, rtx newval, rtx insn, rtx *libcall_sp) in adjust_libcall_notes() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcse.c705 static bool adjust_libcall_notes PARAMS ((rtx, rtx, rtx, rtx*));
4368 if (!adjust_libcall_notes (x, newcnst, insn, libcall_sp))
4384 adjust_libcall_notes (x, newreg, insn, libcall_sp);
4404 adjust_libcall_notes (oldreg, newval, insn, libcall_sp) in adjust_libcall_notes() function
H A DChangeLog11356 * gcse.c (adjust_libcall_notes): Revert last change.
11443 * gcse.c (adjust_libcall_notes): Also adjust notes for INSN.
16140 * gcse.c (adjust_libcall_notes): New function.