Home
last modified time | relevance | path

Searched refs:HashType (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDInstrProfReader.h196 IndexedInstrProf::HashT HashType; variable
200 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument
201 : HashType(HashType), FormatVersion(FormatVersion) {} in InstrProfLookupTrait()
/NextBSD/contrib/llvm/lib/ProfileData/
HDInstrProfReader.cpp299 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
377 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
379 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()
386 InstrProfLookupTrait(HashType, FormatVersion))); in readHeader()
HDInstrProfWriter.cpp36 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K); in ComputeHash()
123 LE.write<uint64_t>(static_cast<uint64_t>(IndexedInstrProf::HashType)); in writeImpl()
HDInstrProfIndexed.h51 const HashT HashType = HashT::MD5; variable
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenPGO.cpp111 enum HashType : unsigned char { enum in __anonf92c78d20111::PGOHash
138 void combine(HashType Type);
190 PGOHash::HashType getHashType(const Stmt *S) { in getHashType()
609 void PGOHash::combine(HashType Type) { in combine()