Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.h190 uint64_t hashCombine(uint64_t Hash, uint64_t Value) const { in hashCombine() function
197 Hash = hashCombine(Hash, reinterpret_cast<uint64_t>(Sample.Binary)); in operator()
199 Hash = hashCombine(Hash, Value); in operator()
202 Hash = hashCombine(Hash, Entry.Source); in operator()
203 Hash = hashCombine(Hash, Entry.Target); in operator()