Home
last modified time | relevance | path

Searched refs:SampleContextTracker (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp66 SampleContextTracker::moveContextSamples(ContextTrieNode &ToNodeParent, in moveContextSamples()
197 SampleContextTracker::SampleContextTracker( in SampleContextTracker() function in llvm::SampleContextTracker
214 void SampleContextTracker::populateFuncToCtxtMap() { in populateFuncToCtxtMap()
226 SampleContextTracker::getCalleeContextSamplesFor(const CallBase &Inst, in getCalleeContextSamplesFor()
253 SampleContextTracker::getIndirectCalleeContextSamplesFor( in getIndirectCalleeContextSamplesFor()
273 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor()
294 SampleContextTracker::getContextSamplesFor(const SampleContext &Context) { in getContextSamplesFor()
302 SampleContextTracker::ContextSamplesTy &
303 SampleContextTracker::getAllContextSamplesFor(const Function &Func) { in getAllContextSamplesFor()
308 SampleContextTracker::ContextSamplesTy &
[all …]
H A DSampleProfile.cpp548 std::unique_ptr<SampleContextTracker> ContextTracker;
2053 ContextTracker = std::make_unique<SampleContextTracker>( in doInitialization()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h1 //===- Transforms/IPO/SampleContextTracker.h --------------------*- C++ -*-===//
89 class SampleContextTracker {
93 SampleContextTracker() = default;
94 SampleContextTracker(SampleProfileMap &Profiles,
H A DProfiledCallGraph.h15 #include "llvm/Transforms/IPO/SampleContextTracker.h"
80 ProfiledCallGraph(SampleContextTracker &ContextTracker,
/freebsd/lib/clang/libllvm/
H A DMakefile1762 SRCS_MIN+= Transforms/IPO/SampleContextTracker.cpp