Searched refs:HashType (Results 1 – 5 of 5) sorted by relevance
196 IndexedInstrProf::HashT HashType; variable200 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument201 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()
299 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()377 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local379 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()386 InstrProfLookupTrait(HashType, FormatVersion))); in readHeader()
36 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K); in ComputeHash()123 LE.write<uint64_t>(static_cast<uint64_t>(IndexedInstrProf::HashType)); in writeImpl()
51 const HashT HashType = HashT::MD5; variable
111 enum HashType : unsigned char { enum in __anonf92c78d20111::PGOHash138 void combine(HashType Type);190 PGOHash::HashType getHashType(const Stmt *S) { in getHashType()609 void PGOHash::combine(HashType Type) { in combine()