Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp63 auto updateHash = [](const StringRef &Str) -> uint64_t { in getCallStackHashV0() local
68 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); in getCallStackHashV0()
69 Ret ^= updateHash(BB.getName()); in getCallStackHashV0()
70 Ret ^= updateHash(DIL->getScope()->getSubprogram()->getLinkageName()); in getCallStackHashV0()
72 Ret ^= updateHash(std::to_string(DIL->getLine())); in getCallStackHashV0()
73 Ret ^= updateHash(DIL->getScope()->getSubprogram()->getLinkageName()); in getCallStackHashV0()