Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp179 SampleContextTracker::SampleContextTracker( in SampleContextTracker() function in llvm::SampleContextTracker
219 SampleContextTracker::getIndirectCalleeContextSamplesFor( in getIndirectCalleeContextSamplesFor()
239 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor()
268 SampleContextTracker::ContextSamplesTy &
274 SampleContextTracker::ContextSamplesTy &
275 SampleContextTracker::getAllContextSamplesFor(StringRef Name) { in getAllContextSamplesFor()
323 void SampleContextTracker::markContextSamplesInlined( in markContextSamplesInlined()
333 void SampleContextTracker::promoteMergeContextSamplesTree( in promoteMergeContextSamplesTree()
388 void SampleContextTracker::dump() { in dump()
406 SampleContextTracker::getContextFor(const SampleContext &Context) { in getContextFor()
[all …]
H A DSampleProfile.cpp418 std::unique_ptr<SampleContextTracker> ContextTracker;
1819 std::make_unique<SampleContextTracker>(Reader->getProfiles()); in doInitialization()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h91 class SampleContextTracker {
95 SampleContextTracker(StringMap<FunctionSamples> &Profiles);
H A DProfiledCallGraph.h53 ProfiledCallGraph(SampleContextTracker &ContextTracker) { in ProfiledCallGraph()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1504 SRCS_MIN+= Transforms/IPO/SampleContextTracker.cpp