Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Drtlanal.c3036 replace_rtx (rtx x, rtx from, rtx to, bool all_regs) in replace_rtx() argument
3048 if (all_regs in replace_rtx()
3058 rtx new_rtx = replace_rtx (SUBREG_REG (x), from, to, all_regs); in replace_rtx()
3074 rtx new_rtx = replace_rtx (XEXP (x, 0), from, to, all_regs); in replace_rtx()
3092 XEXP (x, i) = replace_rtx (XEXP (x, i), from, to, all_regs); in replace_rtx()
3096 from, to, all_regs); in replace_rtx()