Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h118 uint64_t HotCntThreshold);
H A DProfileGenerator.cpp198 uint64_t HotCntThreshold) { in calculateDensity() argument
203 if (FuncSamples.getTotalSamples() < HotCntThreshold) in calculateDensity()