Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp253 uint64_t PreviousCount = R ? R.get() : 0; in updateBodySamplesforFunctionProfile() local
254 if (PreviousCount < Count) { in updateBodySamplesforFunctionProfile()
257 Count - PreviousCount); in updateBodySamplesforFunctionProfile()