Searched refs:ValueMapType (Results 1 – 3 of 3) sorted by relevance
63 using ValueMapType = DenseMap<const Value *, unsigned>; variable64 ValueMapType ValueMap;148 void print(raw_ostream &OS, const ValueMapType &Map, const char *Name) const;
464 ValueMapType::const_iterator I = ValueMap.find(V); in getValueID()478 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, in print()482 for (ValueMapType::const_iterator I = Map.begin(), in print()
202 using ValueMapType = DenseMap<Value *, Value *>; typedef315 ValueMapType M; in initialize()