Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp133 SampleCoverageTracker::countBodySamples(const FunctionSamples *FS, in countBodySamples() function in llvm::sampleprofutil::SampleCoverageTracker
144 Total += countBodySamples(CalleeSamples, PSI); in countBodySamples()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h49 uint64_t countBodySamples(const FunctionSamples *FS,
H A DSampleProfileLoaderBaseImpl.h867 uint64_t Total = CoverageTracker.countBodySamples(Samples, PSI);