Home
last modified time | relevance | path

Searched refs:InstrProfileEntry (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1008 struct InstrProfileEntry { struct
1013 InstrProfileEntry(InstrProfRecord *Record); argument
1014 InstrProfileEntry() = default;
1017 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry() function in InstrProfileEntry
1035 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry()
1104 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile()
1282 InstrProfileMap[FullName] = InstrProfileEntry(R); in adjustInstrProfile()