Searched refs:ZeroCounterThreshold (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 246 static cl::opt<float> ZeroCounterThreshold( variable 1126 float ZeroCounterThreshold) { in updateInstrProfileEntry() argument 1128 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) { in updateInstrProfileEntry() 1189 unsigned SupplMinSizeThreshold, float ZeroCounterThreshold, in adjustInstrProfile() argument 1430 ColdInstrThreshold, ZeroCounterThreshold); in adjustInstrProfile() 1448 float ZeroCounterThreshold, in supplementInstrProfile() argument 1479 adjustInstrProfile(WC, Reader, SupplMinSizeThreshold, ZeroCounterThreshold, in supplementInstrProfile() 1800 SupplMinSizeThreshold, ZeroCounterThreshold, in merge_main()
|