Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Core/
H A DCallGraph.cpp48 static inline size_t hash_int64_pair(int64_t k1, int64_t k2) { in hash_int64_pair() function
68 return hash_int64_pair(int64_t(Arc.src()), int64_t(Arc.dst())); in operator ()()