Searched refs:stack_regs_mentioned_p (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | reg-stack.c | 237 static int stack_regs_mentioned_p PARAMS ((rtx pat)); 274 stack_regs_mentioned_p (pat) in stack_regs_mentioned_p() function 291 if (stack_regs_mentioned_p (XVECEXP (pat, i, j))) 294 else if (fmt[i] == 'e' && stack_regs_mentioned_p (XEXP (pat, i))) 327 test = stack_regs_mentioned_p (PATTERN (insn)) ? 1 : 2; 2209 if (stack_regs_mentioned_p (XVECEXP (PATTERN (insn), 0, i)))
|
| H A D | ChangeLog.2 | 9477 * rtl.h (stack_regs_mentioned_p): Delete prototype. 10535 * reg-stack.c (stack_regs_mentioned_p, record_label_references,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | reg-stack.c | 250 static int stack_regs_mentioned_p (rtx pat); 277 stack_regs_mentioned_p (rtx pat) in stack_regs_mentioned_p() function 293 if (stack_regs_mentioned_p (XVECEXP (pat, i, j))) in stack_regs_mentioned_p() 296 else if (fmt[i] == 'e' && stack_regs_mentioned_p (XEXP (pat, i))) in stack_regs_mentioned_p() 334 test = stack_regs_mentioned_p (PATTERN (insn)) ? 1 : 2; in stack_regs_mentioned() 2274 if (stack_regs_mentioned_p (XVECEXP (PATTERN (insn), 0, i))) in subst_stack_regs()
|