Home
last modified time | relevance | path

Searched refs:getOrCreateSamplesFor (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h389 FunctionSamples *getOrCreateSamplesFor(const Function &F) { in getOrCreateSamplesFor() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1151 FunctionSamples *OutlineFS = Reader->getOrCreateSamplesFor(*Callee); in inlineHotFunctions()