Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp428 float ZeroCounterThreshold) { in updateInstrProfileEntry() argument
430 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) { in updateInstrProfileEntry()
459 unsigned SupplMinSizeThreshold, float ZeroCounterThreshold, in adjustInstrProfile() argument
513 ZeroCounterThreshold); in adjustInstrProfile()
532 unsigned SupplMinSizeThreshold, float ZeroCounterThreshold, in supplementInstrProfile() argument
562 adjustInstrProfile(WC, Reader, SupplMinSizeThreshold, ZeroCounterThreshold, in supplementInstrProfile()
904 cl::opt<float> ZeroCounterThreshold( in merge_main() local
955 ZeroCounterThreshold, InstrProfColdThreshold); in merge_main()