Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp303 ProbeManager = std::make_unique<PseudoProbeManager>(M); in doInitialization()
304 if (!ProbeManager->moduleIsProbed(M)) { in doInitialization()
329 if (!ProbeManager->profileIsValid(MF.getFunction(), *Samples)) in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp440 const PseudoProbeManager *ProbeManager; member in __anon254a5ace0111::SampleProfileMatcher
464 const PseudoProbeManager *ProbeManager) in SampleProfileMatcher() argument
465 : M(M), Reader(Reader), ProbeManager(ProbeManager){}; in SampleProfileMatcher()
1833 if (!ProbeManager->profileIsValid(F, *Samples)) { in emitAnnotations()
2107 ProbeManager = std::make_unique<PseudoProbeManager>(M); in doInitialization()
2108 if (!ProbeManager->moduleIsProbed(M)) { in doInitialization()
2194 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in countMismatchedSamples()
2199 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countMismatchedSamples()
2217 const auto *FuncDesc = ProbeManager->getDesc(F); in countProfileMismatches()
2219 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countProfileMismatches()
[all …]
H A DSampleProfileProbe.cpp379 SampleProfileProber ProbeManager(F, ModuleId); in run() local
380 ProbeManager.instrumentOneFunc(F, TM); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h286 std::unique_ptr<PseudoProbeManager> ProbeManager;