Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp196 SampleContextTracker::SampleContextTracker( in SampleContextTracker() function in llvm::SampleContextTracker
213 void SampleContextTracker::populateFuncToCtxtMap() { in populateFuncToCtxtMap()
254 SampleContextTracker::getIndirectCalleeContextSamplesFor( in getIndirectCalleeContextSamplesFor()
303 SampleContextTracker::ContextSamplesTy &
309 SampleContextTracker::ContextSamplesTy &
310 SampleContextTracker::getAllContextSamplesFor(StringRef Name) { in getAllContextSamplesFor()
363 void SampleContextTracker::markContextSamplesInlined( in markContextSamplesInlined()
373 void SampleContextTracker::promoteMergeContextSamplesTree( in promoteMergeContextSamplesTree()
455 void SampleContextTracker::dump() { RootContext.dumpTree(); } in dump()
470 SampleContextTracker::getCalleeContextFor(const DILocation *DIL, in getCalleeContextFor()
[all …]
H A DCMakeLists.txt37 SampleContextTracker.cpp
H A DSampleProfile.cpp495 std::unique_ptr<SampleContextTracker> ContextTracker;
2000 ContextTracker = std::make_unique<SampleContextTracker>( in doInitialization()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.h70 CSPreInliner(SampleContextTracker &Tracker, ProfiledBinary &Binary,
82 SampleContextTracker &ContextTracker;
H A DCSPreInliner.cpp58 CSPreInliner::CSPreInliner(SampleContextTracker &Tracker, in CSPreInliner()
260 auto printProfileNames = [](SampleContextTracker &ContextTracker, in run()
H A DProfileGenerator.h369 SampleContextTracker ContextTracker;
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h89 class SampleContextTracker {
93 SampleContextTracker() = default;
94 SampleContextTracker(SampleProfileMap &Profiles,
H A DProfiledCallGraph.h76 ProfiledCallGraph(SampleContextTracker &ContextTracker) { in ProfiledCallGraph()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/
H A DBUILD.gn58 "SampleContextTracker.cpp",
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dprofile-context-tracker.ll1 ; Test for CSSPGO's SampleContextTracker to make sure context profile tree is promoted and merged p…
H A Dprofile-context-tracker-debug.ll2 ; Test for CSSPGO's SampleContextTracker to make sure context profile tree is promoted and merged p…
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5595 llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
6879 llvm/lib/Transforms/IPO/SampleContextTracker.cpp