Lines Matching refs:analyzed
862 if (analyzed) in dump_base()
1146 if (analyzed && !definition) in verify_base()
1292 && get_alias_target()->transparent_alias && get_alias_target()->analyzed) in verify_base()
1520 if (node->alias && node->analyzed) in ultimate_alias_target_1()
1524 if (!availability || (!transparent_p && node->analyzed)) in ultimate_alias_target_1()
1526 else if (node->analyzed && !node->transparent_alias) in ultimate_alias_target_1()
1647 gcc_assert (!this->alias || !this->analyzed); in set_section()
1754 gcc_assert (!analyzed && !vec_safe_length (ref_list.references)); in resolve_alias()
1759 n = n->analyzed ? n->get_alias_target () : NULL) in resolve_alias()
1775 analyzed = true; in resolve_alias()
1779 while (target->transparent_alias && target->analyzed) in resolve_alias()
2042 if (analyzed) in nonzero_address()
2124 if (this->transparent_alias && this->analyzed) in equal_address_to()
2126 while (s2->transparent_alias && s2->analyzed) in equal_address_to()
2136 bool binds_local1 = rs1->analyzed && decl_binds_to_current_def_p (this->decl); in equal_address_to()
2137 bool binds_local2 = rs2->analyzed && decl_binds_to_current_def_p (s2->decl); in equal_address_to()