Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp933 uint64_t EstimatedCallCount = CalleeProfile->getHeadSamplesEstimate(); in populateInferredFunctionSamples() local
935 if (!EstimatedCallCount && !CalleeProfile->getBodySamples().size()) in populateInferredFunctionSamples()
936 EstimatedCallCount = 1; in populateInferredFunctionSamples()
939 Node.getFuncName(), EstimatedCallCount); in populateInferredFunctionSamples()
942 EstimatedCallCount); in populateInferredFunctionSamples()
943 CallerProfile.addTotalSamples(EstimatedCallCount); in populateInferredFunctionSamples()