Home
last modified time | relevance | path

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

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