46 if(sub.size()!=o_sub.size())
48 if(named_sub.size()!=o_named_sub.size())
52 irept::subt::const_iterator s_it=sub.begin();
53 irept::subt::const_iterator os_it=o_sub.begin();
55 for(; s_it!=sub.end(); s_it++, os_it++)
62 irept::named_subt::const_iterator s_it=named_sub.begin();
63 irept::named_subt::const_iterator os_it=o_named_sub.begin();
65 for(; s_it!=named_sub.end(); s_it++, os_it++)
66 if(s_it->first!=os_it->first ||
79 merged_irep_storet::const_iterator entry=
90 dest_sub.reserve(src_sub.size());
93 dest_sub.push_back(
merged(*it));
100 dest_named_sub.push_back(
101 std::make_pair(it->first,
merged(it->second)));
103 dest_named_sub[it->first]=
merged(it->second);
106 std::pair<to_be_merged_irep_storet::const_iterator, bool> result=
114 static_cast<const irept &
>(*result.first));
127 irep_storet::const_iterator entry=
irep_store.find(irep);
135 dest_sub.reserve(src_sub.size());
138 dest_sub.push_back(
merged(*it));
145 dest_named_sub.push_back(
146 std::make_pair(it->first,
merged(it->second)));
148 dest_named_sub[it->first]=
merged(it->second);
156 dest_comments.push_back(
157 std::make_pair(it->first,
merged(it->second)));
159 dest_comments[it->first]=
merged(it->second);
175 irep_storet::const_iterator entry=
irep_store.find(irep);
183 dest_sub.reserve(src_sub.size());
186 dest_sub.push_back(
merged(*it));
193 dest_named_sub.push_back(
194 std::make_pair(it->first,
merged(it->second)));
196 dest_named_sub[it->first]=
merged(it->second);
204 dest_comments.push_back(
205 std::make_pair(it->first,
merged(it->second)));
207 dest_comments[it->first]=
merged(it->second);