Searched refs:other_def (Results 1 – 1 of 1) sorted by relevance
1063 btr_def other_def; in combine_btr_defs() local1065 for (other_def = def->group->members; in combine_btr_defs()1066 other_def != NULL; in combine_btr_defs()1067 other_def = other_def->next_this_group) in combine_btr_defs()1069 if (other_def != def in combine_btr_defs()1070 && other_def->uses != NULL in combine_btr_defs()1071 && ! other_def->has_ambiguous_use in combine_btr_defs()1072 && dominated_by_p (CDI_DOMINATORS, other_def->bb, def->bb)) in combine_btr_defs()1083 if (other_def->live_range == NULL) in combine_btr_defs()1086 btr_def_live_range (other_def, &dummy_btrs_live_in_range); in combine_btr_defs()[all …]