Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drtlanal.c1314 find_last_value (x, pinsn, valid_to, allow_hwreg) in find_last_value() argument
1317 rtx valid_to;
1336 if ((valid_to == NULL_RTX
1337 || ! modified_between_p (src, PREV_INSN (p), valid_to))
H A DChangeLog.312636 * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
/openbsd-src/gnu/gcc/gcc/
H A Drtlanal.c1081 find_last_value (rtx x, rtx *pinsn, rtx valid_to, int allow_hwreg) in find_last_value() argument
1099 if ((valid_to == NULL_RTX in find_last_value()
1100 || ! modified_between_p (src, PREV_INSN (p), valid_to)) in find_last_value()