Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp462 struct InstrProfileEntry { struct
466 InstrProfileEntry(InstrProfRecord *Record); argument
467 InstrProfileEntry() = default;
470 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry() function in InstrProfileEntry
486 static void updateInstrProfileEntry(InstrProfileEntry &IFE, in updateInstrProfileEntry()
541 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile()
556 InstrProfileMap[PD.getKey()] = InstrProfileEntry(R); in adjustInstrProfile()