Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp35 static cl::opt<uint64_t> CSProfColdThreshold( variable
421 if (CSProfColdThreshold.getNumOccurrences()) { in computeSummaryAndThreshold()
422 ColdCountThreshold = CSProfColdThreshold; in computeSummaryAndThreshold()