Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp631 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid()); in getInlineContextForProbe() local
633 MCPseduoProbeFrameLocation(FuncDesc->FuncName, Probe->getIndex())); in getInlineContextForProbe()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2194 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in countMismatchedSamples() local
2196 if (!FuncDesc) in countMismatchedSamples()
2199 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countMismatchedSamples()
2217 const auto *FuncDesc = ProbeManager->getDesc(F); in countProfileMismatches() local
2218 if (FuncDesc) { in countProfileMismatches()
2219 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countProfileMismatches()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h118 bool profileIsHashMismatched(const PseudoProbeDescriptor &FuncDesc,
120 return FuncDesc.getFunctionHash() != Samples.getFunctionHash();