Home
last modified time | relevance | path

Searched refs:ValueMapType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h61 using ValueMapType = DenseMap<const Value *, unsigned>; variable
62 ValueMapType ValueMap;
146 void print(raw_ostream &OS, const ValueMapType &Map, const char *Name) const;
H A DValueEnumerator.cpp511 ValueMapType::const_iterator I = ValueMap.find(V); in getValueID()
525 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, in print()
529 for (ValueMapType::const_iterator I = Map.begin(), in print()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc234 InstrProfRecord::ValueMapType *VMap);
313 InstrProfRecord::ValueMapType *VMap);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp221 using ValueMapType = DenseMap<Value *, Value *>; typedef
334 ValueMapType M; in initialize()