Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h406 FunctionSamples *getOrCreateSamplesFor(const Function &F) { in getOrCreateSamplesFor() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1148 FunctionSamples *OutlineFS = Reader->getOrCreateSamplesFor(*Callee); in inlineHotFunctions()