Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h44 uint64_t getTotalUsedSamples() const { return TotalUsedSamples; } in getTotalUsedSamples()
50 TotalUsedSamples = 0; in clear()
81 uint64_t TotalUsedSamples = 0; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp89 TotalUsedSamples += Samples; in markSamplesUsed()