Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h176 uint64_t ColdCntThreshold);
H A DProfileGenerator.cpp502 uint64_t ColdCntThreshold) { in trimColdProfiles() argument
509 if (I.second.getTotalSamples() < ColdCntThreshold) in trimColdProfiles()