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.cpp477 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in countMismatchedFuncSamples() local
479 if (!FuncDesc) in countMismatchedFuncSamples()
482 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countMismatchedFuncSamples()
789 const auto *FuncDesc = ProbeManager->getDesc(IRFunc); in functionMatchesProfileHelper() local
790 if (FuncDesc && in functionMatchesProfileHelper()
791 !ProbeManager->profileIsHashMismatched(*FuncDesc, *FSForMatching)) { in functionMatchesProfileHelper()
H A DSampleProfile.cpp2106 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in rejectHighStalenessProfile() local
2107 if (!FuncDesc) in rejectHighStalenessProfile()
2116 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) in rejectHighStalenessProfile()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp730 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid()); in getInlineContextForProbe() local
732 MCPseudoProbeFrameLocation(FuncDesc->FuncName, Probe->getIndex())); in getInlineContextForProbe()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h120 bool profileIsHashMismatched(const PseudoProbeDescriptor &FuncDesc,
122 return FuncDesc.getFunctionHash() != Samples.getFunctionHash();