Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp89 SampleCoverageTracker::countUsedRecords(const FunctionSamples *FS, in countUsedRecords() function in llvm::sampleprofutil::SampleCoverageTracker
104 Count += countUsedRecords(CalleeSamples, PSI); in countUsedRecords()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h44 unsigned countUsedRecords(const FunctionSamples *FS,
H A DSampleProfileLoaderBaseImpl.h853 unsigned Used = CoverageTracker.countUsedRecords(Samples, PSI);