Home
last modified time | relevance | path

Searched refs:getContextSamplesFor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h107 FunctionSamples *getContextSamplesFor(const DILocation *DIL);
109 FunctionSamples *getContextSamplesFor(const SampleContext &Context);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp274 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor() function in llvm::SampleContextTracker
295 SampleContextTracker::getContextSamplesFor(const SampleContext &Context) { in getContextSamplesFor() function in llvm::SampleContextTracker
H A DSampleProfile.cpp750 it.first->second = ContextTracker->getContextSamplesFor(DIL); in findFunctionSamples()