Searched refs:this_group (Results 1 – 3 of 3) sorted by relevance
271 btr_def_group this_group; in find_btr_def_group() local276 for (this_group = *all_btr_def_groups; in find_btr_def_group()277 this_group != NULL; in find_btr_def_group()278 this_group = this_group->next) in find_btr_def_group()279 if (rtx_equal_p (def_src, this_group->src)) in find_btr_def_group()282 if (!this_group) in find_btr_def_group()284 this_group = obstack_alloc (&migrate_btrl_obstack, in find_btr_def_group()286 this_group->src = def_src; in find_btr_def_group()287 this_group->members = NULL; in find_btr_def_group()288 this_group->next = *all_btr_def_groups; in find_btr_def_group()[all …]
5419 struct group *this_group = last_group + group_idx; local5458 SET_HARD_REG_BIT (this_group->p_reg_set, REGNO (SET_DEST (set)));5475 SET_HARD_REG_BIT (this_group->gr_reg_conditionally_set, REGNO (SET_DEST (set)));
5859 struct group *this_group = md.last_groups + md.group_idx; local5874 this_group->p_reg_set[regno] = 1;5895 this_group->g_reg_set_conditionally[regno] = 1;