Searched refs:REG_TICK (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c176 `REG_TICK' and `REG_IN_TABLE', accessors for members of
177 cse_reg_info, are used to detect this case. REG_TICK (i) is
180 entered in the table; otherwise, it contains the value REG_TICK (i)
182 reference and REG_IN_TABLE (i) != REG_TICK (i), we must scan and
188 the equivalent-register chains. However, `REG_TICK' and
318 /* The REG_TICK value at which rtx's containing this register are
324 /* The SUBREG that was set when REG_TICK was last incremented. Set
509 #define REG_TICK(N) (get_cse_reg_info (N)->reg_tick) macro
515 /* Get the SUBREG set at the last increment to REG_TICK (-1 if not a
1131 if (REG_IN_TABLE (i) >= 0 && REG_IN_TABLE (i) != REG_TICK (
[all...]

Completed in 64 milliseconds