Searched refs:InstrProfileEntry (Results 1 – 1 of 1) sorted by relevance
1096 struct InstrProfileEntry { struct1101 InstrProfileEntry(InstrProfRecord *Record); argument1102 InstrProfileEntry() = default;1105 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry() function in InstrProfileEntry1123 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry()1192 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile()1368 InstrProfileMap[FullName] = InstrProfileEntry(R); in adjustInstrProfile()