Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp141 SampleCoverageTracker::countBodySamples(const FunctionSamples *FS, in countBodySamples() function in llvm::sampleprofutil::SampleCoverageTracker
152 Total += countBodySamples(CalleeSamples, PSI); in countBodySamples()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h45 uint64_t countBodySamples(const FunctionSamples *FS,
H A DSampleProfileLoaderBaseImpl.h1122 uint64_t Total = CoverageTracker.countBodySamples(Samples, PSI);