Home
last modified time | relevance | path

Searched refs:stack_regs_mentioned (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dreg-stack.c306 stack_regs_mentioned (rtx insn) in stack_regs_mentioned() function
852 && stack_regs_mentioned (tmp))) in emit_swap_insn()
2258 if (stack_regs_mentioned (insn)) in subst_stack_regs()
2872 if (stack_regs_mentioned (insn) in convert_regs_1()
H A Dstruct-equiv.c837 if ((info->mode & CLEANUP_POST_REGSTACK) && stack_regs_mentioned (i1)) in death_notes_match_p()
H A Dcfgcleanup.c980 if ((mode & CLEANUP_POST_REGSTACK) && stack_regs_mentioned (i1)) in old_insns_match_p()
H A Drtl.h2259 extern int stack_regs_mentioned (rtx insn);
H A DChangeLog-199915964 (stack_regs_mentioned): New function.
15966 use stack_regs_mentioned.
15972 (stack_reg_life_analysis): Use stack_regs_mentioned.
15976 * jump.c (find_cross_jump): Use stack_regs_mentioned.
15977 * rtl.h (stack_regs_mentioned): Declare.
H A DChangeLog-200117292 * reg-stack.c (stack_regs_mentioned): Return 0 if
17294 (reg_to_stack): Make stack_regs_mentioned survive after the
H A DChangeLog-20069625 (stack_regs_mentioned): Update the uses of
H A DChangeLog-200012209 * reg-stack.c (stack_regs_mentioned): Use INSN_P.