Searched refs:libcall_sp (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gcse.c | 4321 do_local_cprop (x, insn, alter_jumps, libcall_sp) in do_local_cprop() argument 4325 rtx *libcall_sp; 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() argument 4405 rtx oldreg, newval, insn, *libcall_sp; in adjust_libcall_notes() 4409 while ((end = *libcall_sp++)) 4428 while ((end = *libcall_sp++)); 4446 rtx libcall_stack[MAX_NESTED_LIBCALLS + 1], *libcall_sp; local 4450 libcall_sp = &libcall_stack[MAX_NESTED_LIBCALLS]; [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcse.c | 3050 do_local_cprop (rtx x, rtx insn, bool alter_jumps, rtx *libcall_sp) in do_local_cprop() argument 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() argument 3137 while ((end = *libcall_sp++)) in adjust_libcall_notes() 3156 while ((end = *libcall_sp++)); in adjust_libcall_notes() 3178 rtx libcall_stack[MAX_NESTED_LIBCALLS + 1], *libcall_sp; in local_cprop_pass() local 3182 libcall_sp = &libcall_stack[MAX_NESTED_LIBCALLS]; in local_cprop_pass() 3183 *libcall_sp = 0; in local_cprop_pass() 3194 gcc_assert (libcall_sp != libcall_stack); in local_cprop_pass() [all …]
|