Home | History | Annotate | Download | only in gcc

Lines Matching defs:cse_reg_info

178    cse_reg_info, are used to detect this case.  REG_TICK (i) is
282 struct cse_reg_info
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 *
791 struct cse_reg_info *p = &cse_reg_info_table[regno];