Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h405 FunctionSamples *getOrCreateSamplesFor(const Function &F) { in getOrCreateSamplesFor() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1548 FunctionSamples *OutlineFS = Reader->getOrCreateSamplesFor(*Callee); in promoteMergeNotInlinedContextSamples()