Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp530 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in countMismatchedFuncSamples() local
532 if (!FuncDesc) in countMismatchedFuncSamples()
535 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countMismatchedFuncSamples()
797 const auto *FuncDesc = ProbeManager->getDesc(IRFunc); in functionMatchesProfileHelper() local
798 if (FuncDesc && in functionMatchesProfileHelper()
799 !ProbeManager->profileIsHashMismatched(*FuncDesc, *FSFlattened)) { in functionMatchesProfileHelper()
H A DSampleProfile.cpp2097 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in rejectHighStalenessProfile() local
2098 if (!FuncDesc) in rejectHighStalenessProfile()
2107 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) in rejectHighStalenessProfile()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp626 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid()); in getInlineContextForProbe() local
628 MCPseudoProbeFrameLocation(FuncDesc->FuncName, Probe->getIndex())); in getInlineContextForProbe()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h119 bool profileIsHashMismatched(const PseudoProbeDescriptor &FuncDesc,
121 return FuncDesc.getFunctionHash() != Samples.getFunctionHash();