Searched refs:IFE (Results 1 – 1 of 1) sorted by relevance
1035 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry() argument1039 InstrProfRecord *ProfRecord = IFE.ProfRecord; in updateInstrProfileEntry()1040 if (!IFE.MaxCount || IFE.ZeroCounterRatio > ZeroCounterThreshold) { in updateInstrProfileEntry()1066 uint64_t Denominator = IFE.MaxCount; in updateInstrProfileEntry()