Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp79 auto hashCombine = [](const uint64_t Seed, const uint64_t Val) { in getCallStackHash() local
/llvm-project/bolt/include/bolt/Core/
H A DCallGraph.h23 inline int64_t hashCombine(const int64_t Seed, const int64_t Val) { in hashCombine() function
/llvm-project/bolt/lib/Passes/
H A DReorderAlgorithm.cpp53 template <class T> inline void hashCombine(size_t &Seed, const T &Val) { in hashCombine() function