Searched refs:InstrProfileEntry (Results 1 – 1 of 1) sorted by relevance
950 struct InstrProfileEntry { struct955 InstrProfileEntry(InstrProfRecord *Record); argument956 InstrProfileEntry() = default;959 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry() function in InstrProfileEntry977 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry()1046 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile()1224 InstrProfileMap[FullName] = InstrProfileEntry(R); in adjustInstrProfile()