Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp404 float ZeroCounterRatio = 0.0; member
418 ZeroCounterRatio = (float)ZeroCntNum / CntNum; in InstrProfileEntry()
430 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) { in updateInstrProfileEntry()