Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp172 uint64_t PreviousCount = R ? R.get() : 0; in updateBodySamplesforFunctionProfile() local
173 if (PreviousCount < Count) { in updateBodySamplesforFunctionProfile()
176 Count - PreviousCount); in updateBodySamplesforFunctionProfile()
177 FunctionProfile.addTotalSamples(Count - PreviousCount); in updateBodySamplesforFunctionProfile()