Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h115 uint64_t getFunctionHash() const { return FunctionHash; } in getFunctionHash() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h83 uint64_t getFunctionHash() const { return FunctionHash; } in getFunctionHash() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp183 if (getFunctionHash()) in print()
184 OS << "CFG checksum " << getFunctionHash() << "\n"; in print()
H A DSampleProfWriter.cpp305 encodeULEB128(FunctionProfile.getFunctionHash(), OS); in writeFuncMetadata()
611 OS << "!CFGChecksum: " << S.getFunctionHash() << "\n"; in writeSample()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1018 FunctionHash = Other.getFunctionHash();
1019 } else if (FunctionHash != Other.getFunctionHash()) {
1093 uint64_t getFunctionHash() const { return FunctionHash; }
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h122 return FuncDesc.getFunctionHash() != Samples.getFunctionHash();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp443 auto Hash = getFunctionHash(); in instrumentOneFunc()