Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp950 struct InstrProfileEntry { struct
955 InstrProfileEntry(InstrProfRecord *Record); argument
956 InstrProfileEntry() = default;
959 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry() function in InstrProfileEntry
977 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry()
1046 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile()
1224 InstrProfileMap[FullName] = InstrProfileEntry(R); in adjustInstrProfile()