Searched refs:ValueMapType (Results 1 – 3 of 3) sorted by relevance
61 using ValueMapType = DenseMap<const Value *, unsigned>; variable62 ValueMapType ValueMap;146 void print(raw_ostream &OS, const ValueMapType &Map, const char *Name) const;
523 ValueMapType::const_iterator I = ValueMap.find(V); in getValueID()537 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, in print()541 for (ValueMapType::const_iterator I = Map.begin(), in print()
221 using ValueMapType = DenseMap<Value *, Value *>; typedef334 ValueMapType M; in initialize()