Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp736 CSProfileGenerator::getOrCreateFunctionSamples(ContextTrieNode *ContextNode, in getOrCreateFunctionSamples() function in llvm::sampleprof::CSProfileGenerator
765 getOrCreateFunctionSamples(ContextNode, WasLeafInlined); in getOrCreateContextNode()
902 FunctionSamples *CalleeProfile = getOrCreateFunctionSamples(CalleeNode); in populateBoundarySamplesForFunction()
930 FunctionSamples &CallerProfile = *getOrCreateFunctionSamples(CallerNode); in populateInferredFunctionSamples()
1165 *getOrCreateFunctionSamples(CallerNode); in populateBodySamplesWithProbes()
H A DProfileGenerator.h308 FunctionSamples *getOrCreateFunctionSamples(ContextTrieNode *ContextNode,