Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp179 SampleContextTracker::SampleContextTracker( in SampleContextTracker() function in llvm::SampleContextTracker
195 SampleContextTracker::getCalleeContextSamplesFor(const CallBase &Inst, in getCalleeContextSamplesFor()
219 SampleContextTracker::getIndirectCalleeContextSamplesFor( in getIndirectCalleeContextSamplesFor()
239 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor()
260 SampleContextTracker::getContextSamplesFor(const SampleContext &Context) { in getContextSamplesFor()
268 SampleContextTracker::ContextSamplesTy &
269 SampleContextTracker::getAllContextSamplesFor(const Function &Func) { in getAllContextSamplesFor()
274 SampleContextTracker::ContextSamplesTy &
275 SampleContextTracker::getAllContextSamplesFor(StringRef Name) { in getAllContextSamplesFor()
279 FunctionSamples *SampleContextTracker::getBaseSamplesFor(const Function &Func, in getBaseSamplesFor()
[all …]
H A DCMakeLists.txt35 SampleContextTracker.cpp
H A DSampleProfile.cpp412 std::unique_ptr<SampleContextTracker> ContextTracker;
1811 std::make_unique<SampleContextTracker>(Reader->getProfiles()); in doInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h91 class SampleContextTracker {
95 SampleContextTracker(StringMap<FunctionSamples> &Profiles);
H A DProfiledCallGraph.h54 ProfiledCallGraph(SampleContextTracker &ContextTracker) { in ProfiledCallGraph()
/netbsd-src/external/apache2/llvm/lib/libLLVMipo/
H A DMakefile42 SampleContextTracker.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.h80 SampleContextTracker ContextTracker;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/
H A DBUILD.gn56 "SampleContextTracker.cpp",