Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h108 FunctionSamples *getContextSamplesFor(const DILocation *DIL);
110 FunctionSamples *getContextSamplesFor(const SampleContext &Context);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp276 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor() function in llvm::SampleContextTracker
297 SampleContextTracker::getContextSamplesFor(const SampleContext &Context) { in getContextSamplesFor() function in llvm::SampleContextTracker
H A DSampleProfile.cpp788 it.first->second = ContextTracker->getContextSamplesFor(DIL); in findFunctionSamples()