Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Drtlanal.c1314 find_last_value (x, pinsn, valid_to, allow_hwreg) in find_last_value() argument
1318 int allow_hwreg;
1341 && REGNO (src) < FIRST_PSEUDO_REGISTER) || allow_hwreg))
/openbsd/src/gnu/gcc/gcc/
Drtlanal.c1081 find_last_value (rtx x, rtx *pinsn, rtx valid_to, int allow_hwreg) in find_last_value() argument
1104 && REGNO (src) < FIRST_PSEUDO_REGISTER) || allow_hwreg)) in find_last_value()