Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1011 float ZeroCounterRatio = 0.0; member
1025 ZeroCounterRatio = (float)ZeroCntNum / CntNum; in InstrProfileEntry()
1040 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) { in updateInstrProfileEntry()