Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp376 uint64_t PreviousCount = R ? R.get() : 0; in updateBodySamplesforFunctionProfile() local
377 if (PreviousCount <= Count) { in updateBodySamplesforFunctionProfile()
379 Count - PreviousCount); in updateBodySamplesforFunctionProfile()