Searched refs:ZeroCounterThreshold (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 217 cl::opt<float> ZeroCounterThreshold( variable 1038 float ZeroCounterThreshold) { in updateInstrProfileEntry() argument 1040 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) { in updateInstrProfileEntry() 1101 unsigned SupplMinSizeThreshold, float ZeroCounterThreshold, in adjustInstrProfile() argument 1344 ColdInstrThreshold, ZeroCounterThreshold); in adjustInstrProfile() 1362 float ZeroCounterThreshold, in supplementInstrProfile() argument 1393 adjustInstrProfile(WC, Reader, SupplMinSizeThreshold, ZeroCounterThreshold, in supplementInstrProfile() 1704 SupplMinSizeThreshold, ZeroCounterThreshold, in merge_main()
|