Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h51 uint64_t countBodySamples(const FunctionSamples *FS,
H A DSampleProfileLoaderBaseImpl.h870 uint64_t Total = CoverageTracker.countBodySamples(Samples, PSI);