Searched refs:HashType (Results 1 – 5 of 5) sorted by relevance
209 IndexedInstrProf::HashT HashType; variable211 InstrProfLookupTrait(IndexedInstrProf::HashT HashType) : HashType(HashType) {} in InstrProfLookupTrait() argument
36 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K); in ComputeHash()123 LE.write<uint64_t>(static_cast<uint64_t>(IndexedInstrProf::HashType)); in write()
51 const HashT HashType = HashT::MD5; variable
290 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()325 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local327 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()333 InstrProfLookupTrait(HashType))); in readHeader()
107 enum HashType : unsigned char { enum in __anon7f44950c0111::PGOHash134 void combine(HashType Type);186 PGOHash::HashType getHashType(const Stmt *S) { in getHashType()619 void PGOHash::combine(HashType Type) { in combine()