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.h114 uint64_t getFunctionHash() const { return FunctionHash; } in getFunctionHash() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h82 uint64_t getFunctionHash() const { return FunctionHash; } in getFunctionHash() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp156 if (getFunctionHash()) in print()
157 OS << "CFG checksum " << getFunctionHash() << "\n"; in print()
H A DSampleProfWriter.cpp307 encodeULEB128(FunctionProfile.getFunctionHash(), OS); in writeFuncMetadata()
617 OS << "!CFGChecksum: " << S.getFunctionHash() << "\n"; in writeSample()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1006 FunctionHash = Other.getFunctionHash();
1007 } else if (FunctionHash != Other.getFunctionHash()) {
1081 uint64_t getFunctionHash() const { return FunctionHash; }
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h121 return FuncDesc.getFunctionHash() != Samples.getFunctionHash();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp447 auto Hash = getFunctionHash(); in instrumentOneFunc()