Searched refs:next_copy (Results 1 – 1 of 1) sorted by relevance
51 TCGTemp *next_copy; member145 return ts_info(ts)->next_copy != ts; in ts_is_copy()170 ti->next_copy = ts; in init_ts_info()234 for (i = ts_info(ts)->next_copy; i != ts; i = ts_info(i)->next_copy) { in find_better_copy()258 TCGTemp *nts = ti->next_copy; in reset_ts()263 pi->next_copy = ti->next_copy; in reset_ts()264 ti->next_copy = ts; in reset_ts()326 for (i = ts_info(ts1)->next_copy; i != ts1; i = ts_info(i)->next_copy) { in ts_are_copies()415 TempOptInfo *ni = ts_info(si->next_copy); in tcg_opt_gen_mov()417 di->next_copy = si->next_copy; in tcg_opt_gen_mov()[all …]