Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dcse.c518 #define SUBREG_TICKED(N) (get_cse_reg_info (N)->subreg_ticked) macro
1132 SUBREG_TICKED (i) = -1; in mention_regs()
1154 || SUBREG_TICKED (i) != REGNO (SUBREG_REG (x))) in mention_regs()
1161 SUBREG_TICKED (i) = REGNO (SUBREG_REG (x)); in mention_regs()
1820 SUBREG_TICKED (regno) = -1; in invalidate()
1841 SUBREG_TICKED (rn) = -1; in invalidate()
2046 SUBREG_TICKED (regno) = -1; in invalidate_for_call()
6520 SUBREG_TICKED (STACK_POINTER_REGNUM) = -1; in addr_affects_sp_p()
DChangeLog-20025076 * cse.c (mention_regs): Set SUBREG_TICKED to the register number,
5151 (SUBREG_TICKED): New.
5152 (get_cse_reg_info): Initialize SUBREG_TICKED.
5154 (invalidate): Set SUBREG_TICKED.
DChangeLog-200532909 (REG_TICK, REG_IN_TABLE, SUBREG_TICKED, REG_QTY): Use