Home
last modified time | relevance | path

Searched refs:find_auto_inc (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Demit-rtl.c3765 find_auto_inc (const_rtx x, const_rtx reg) in find_auto_inc() function
3944 && find_auto_inc (PATTERN (insn), reg)) in try_split()
H A DFSFChangeLog.1114339 * flow.c (find_auto_inc): Also make sure there aren't
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Demit-rtl.cc3728 find_auto_inc (const_rtx x, const_rtx reg) in find_auto_inc() function
3918 && find_auto_inc (PATTERN (insn), reg)) in try_split()
H A DChangeLog-20004373 mem_set_list from modification by find_auto_inc.
12504 * flow.c (find_auto_inc): Verify that we've got a REG before
13185 of find_auto_inc.
13186 (find_auto_inc): Split into two functions and enhanced to
16403 * flow.c (mark_used_regs): Don't call find_auto_inc after reload
19072 * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
20663 (find_auto_inc): Update reg_live, not new_dead.
20746 * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
21938 * flow.c (find_auto_inc): Don't autoinc eliminable registers.
22889 (find_auto_inc, try_pre_increment_1): Likewise.
[all …]
H A DChangeLog-1997316 * flow.c (find_auto_inc): Protect prototype with #ifdef AUTO_INC_DEC.
H A DChangeLog-19981608 * flow.c (find_auto_inc): Similarly.
8857 * flow.c (find_auto_inc): Remove most recent change. Real bug was
9025 * flow.c (find_auto_inc): Clear UNCHANGING bit of register that is
H A DFSFChangeLog.1114339 * flow.c (find_auto_inc): Also make sure there aren't
H A DChangeLog-199918619 (find_auto_inc): Use BLOCK_FOR_INSN instead of BLOCK_NUM.
H A DChangeLog-200424570 mark_set_1, attempt_auto_inc, find_auto_inc, try_pre_increment):
29833 attempt_auto_inc, find_auto_inc, mark_used_regs,
H A DChangeLog-200815474 * emit-rtl.c (find_auto_inc): Likewise.
H A DChangeLog-200726992 * emit-rtl.c (find_auto_inc): New.
H A DChangeLog-200335906 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
H A DChangeLog-201422419 (find_auto_inc): Turn from being a for_each_rtx callback to being