Searched refs:InstrProfileEntry (Results 1 – 1 of 1) sorted by relevance
402 struct InstrProfileEntry { struct406 InstrProfileEntry(InstrProfRecord *Record); argument407 InstrProfileEntry() = default;410 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry() function in InstrProfileEntry426 static void updateInstrProfileEntry(InstrProfileEntry &IFE, in updateInstrProfileEntry()481 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile()496 InstrProfileMap[PD.getKey()] = InstrProfileEntry(R); in adjustInstrProfile()