Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h52 uint64_t getFunctionHash() const { return FunctionHash; } in getFunctionHash() function
107 uint64_t getFunctionHash() const { return FunctionHash; } in getFunctionHash() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp205 if (Desc->getFunctionHash() != Samples.getFunctionHash()) { in profileIsValid()
371 auto Hash = getFunctionHash(); in instrumentOneFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp164 if (getFunctionHash()) in print()
165 OS << "CFG checksum " << getFunctionHash() << "\n"; in print()
H A DSampleProfWriter.cpp185 encodeULEB128(Entry.second.getFunctionHash(), OS); in writeFuncMetadata()
435 OS << "!CFGChecksum: " << S.getFunctionHash() << "\n"; in writeSample()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProf.h712 FunctionHash = Other.getFunctionHash();
713 } else if (FunctionHash != Other.getFunctionHash()) {
786 uint64_t getFunctionHash() const { return FunctionHash; }