Searched refs:ZeroCounterThreshold (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 217 cl::opt<float> ZeroCounterThreshold( variable 980 float ZeroCounterThreshold) { in updateInstrProfileEntry() argument 982 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) { in updateInstrProfileEntry() 1043 unsigned SupplMinSizeThreshold, float ZeroCounterThreshold, in adjustInstrProfile() argument 1286 ColdInstrThreshold, ZeroCounterThreshold); in adjustInstrProfile() 1304 float ZeroCounterThreshold, in supplementInstrProfile() argument 1335 adjustInstrProfile(WC, Reader, SupplMinSizeThreshold, ZeroCounterThreshold, in supplementInstrProfile() 1645 SupplMinSizeThreshold, ZeroCounterThreshold, in merge_main()
|