HomeSort by: relevance | last modified time | path
    Searched defs:reg_tick (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cse.cc 177 `REG_TICK' and `REG_IN_TABLE', accessors for members of
178 cse_reg_info, are used to detect this case. REG_TICK (i) is
181 entered in the table; otherwise, it contains the value REG_TICK (i)
183 reference and REG_IN_TABLE (i) != REG_TICK (i), we must scan and
189 the equivalent-register chains. However, `REG_TICK' and
290 int reg_tick; member in struct:cse_reg_info
292 /* The REG_TICK value at which rtx's containing this register are
294 reg_tick value, such expressions existing in the hash table are
298 /* The SUBREG that was set when REG_TICK was last incremented. Set
445 #define REG_TICK(N) (get_cse_reg_info (N)->reg_tick
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 177 `REG_TICK' and `REG_IN_TABLE', accessors for members of
178 cse_reg_info, are used to detect this case. REG_TICK (i) is
181 entered in the table; otherwise, it contains the value REG_TICK (i)
183 reference and REG_IN_TABLE (i) != REG_TICK (i), we must scan and
189 the equivalent-register chains. However, `REG_TICK' and
292 int reg_tick; member in struct:cse_reg_info
294 /* The REG_TICK value at which rtx's containing this register are
296 reg_tick value, such expressions existing in the hash table are
300 /* The SUBREG that was set when REG_TICK was last incremented. Set
463 #define REG_TICK(N) (get_cse_reg_info (N)->reg_tick
    [all...]

Completed in 41 milliseconds