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.cpp1035 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry() argument
1039 InstrProfRecord *ProfRecord = IFE.ProfRecord; in updateInstrProfileEntry()
1040 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) { in updateInstrProfileEntry()
1066 uint64_t Denominator = IFE.MaxCount; in updateInstrProfileEntry()