Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp315 uint64_t EstimatedCallCount = CalleeProfile.getEntrySamples(); in populateInferredFunctionSamples() local
317 if (!EstimatedCallCount && !CalleeProfile.getBodySamples().size()) in populateInferredFunctionSamples()
318 EstimatedCallCount = 1; in populateInferredFunctionSamples()
322 EstimatedCallCount); in populateInferredFunctionSamples()
324 EstimatedCallCount); in populateInferredFunctionSamples()