Searched refs:InstrProfileEntry (Results 1 – 1 of 1) sorted by relevance
1008 struct InstrProfileEntry { struct1013 InstrProfileEntry(InstrProfRecord *Record); argument1014 InstrProfileEntry() = default;1017 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry() function in InstrProfileEntry1035 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry()1104 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile()1282 InstrProfileMap[FullName] = InstrProfileEntry(R); in adjustInstrProfile()