Searched refs:global_value_map_ (Results 1 – 2 of 2) sorted by relevance
88 ValueMap::iterator lb = global_value_map_.lower_bound(key); in LookupValue()89 if (lb != global_value_map_.end() && lb->first == key) { in LookupValue()93 global_value_map_.PutBefore(lb, key, res); in LookupValue()106 ValueMap::const_iterator it = global_value_map_.find(key); in HasValue()107 return (it != global_value_map_.end() && it->second == value); in HasValue()228 ValueMap global_value_map_; variable
31 global_value_map_(std::less<uint64_t>(), allocator->Adapter()), in GlobalValueNumbering()