Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1096 struct InstrProfileEntry { struct
1101 InstrProfileEntry(InstrProfRecord *Record); argument
1102 InstrProfileEntry() = default;
1105 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry() function in InstrProfileEntry
1123 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry()
1192 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile()
1368 InstrProfileMap[FullName] = InstrProfileEntry(R); in adjustInstrProfile()