Searched refs:this_group (Results 1 – 1 of 1) 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 …]