Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1123 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry() argument
1127 InstrProfRecord *ProfRecord = IFE.ProfRecord; in updateInstrProfileEntry()
1128 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) { in updateInstrProfileEntry()
1154 uint64_t Denominator = IFE.MaxCount; in updateInstrProfileEntry()