Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp204 if (Desc->getFunctionHash() != Samples.getFunctionHash()) { in profileIsValid()
370 auto Hash = getFunctionHash(); in instrumentOneFunc()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp156 if (getFunctionHash()) in print()
157 OS << "CFG checksum " << getFunctionHash() << "\n"; in print()
H A DSampleProfWriter.cpp202 encodeULEB128(FunctionProfile.getFunctionHash(), OS); in writeFuncMetadata()
517 OS << "!CFGChecksum: " << S.getFunctionHash() << "\n"; in writeSample()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h955 FunctionHash = Other.getFunctionHash();
956 } else if (FunctionHash != Other.getFunctionHash()) {
1024 uint64_t getFunctionHash() const { return FunctionHash; }