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

  /src/external/gpl3/gcc/dist/gcc/
cse.cc 178 cse_reg_info, are used to detect this case. REG_TICK (i) is
280 struct cse_reg_info struct
303 /* A table of cse_reg_info indexed by register numbers. */
304 static struct cse_reg_info *cse_reg_info_table;
315 cse_reg_info entry matches the value of this variable if and only
553 static struct cse_reg_info * get_cse_reg_info (unsigned int regno);
752 cse_reg_info_table = XNEWVEC (struct cse_reg_info, new_size);
774 /* Given REGNO, initialize the cse_reg_info entry for REGNO. */
790 /* Find a cse_reg_info entry for REGNO. */
792 static inline struct cse_reg_info *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 178 cse_reg_info, are used to detect this case. REG_TICK (i) is
282 struct cse_reg_info struct
305 /* A table of cse_reg_info indexed by register numbers. */
306 static struct cse_reg_info *cse_reg_info_table;
317 cse_reg_info entry matches the value of this variable if and only
572 static struct cse_reg_info * get_cse_reg_info (unsigned int regno);
748 cse_reg_info_table = XNEWVEC (struct cse_reg_info, new_size);
770 /* Given REGNO, initialize the cse_reg_info entry for REGNO. */
786 /* Find a cse_reg_info entry for REGNO. */
788 static inline struct cse_reg_info *
    [all...]

Completed in 24 milliseconds