Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h105 FunctionSamples *getContextSamplesFor(const DILocation *DIL);
107 FunctionSamples *getContextSamplesFor(const SampleContext &Context);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp239 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor() function in llvm::SampleContextTracker
260 SampleContextTracker::getContextSamplesFor(const SampleContext &Context) { in getContextSamplesFor() function in llvm::SampleContextTracker
H A DSampleProfile.cpp723 it.first->second = ContextTracker->getContextSamplesFor(DIL); in findFunctionSamples()