Lines Matching refs:InstrProfRecord
1012 InstrProfRecord *ProfRecord;
1013 InstrProfileEntry(InstrProfRecord *Record);
1017 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry()
1039 InstrProfRecord *ProfRecord = IFE.ProfRecord; in updateInstrProfileEntry()
1051 (SetToHot ? InstrProfRecord::PseudoHot : InstrProfRecord::PseudoWarm); in updateInstrProfileEntry()
1271 InstrProfRecord Record = PDV.second; in adjustInstrProfile()
1280 InstrProfRecord *R = &PD.getValue().begin()->second; in adjustInstrProfile()
2700 static void traverseAllValueSites(const InstrProfRecord &Func, uint32_t VK, in traverseAllValueSites()
2820 if (PseudoKind != InstrProfRecord::NotPseudo) { in showInstrProfile()
2828 if (PseudoKind == InstrProfRecord::PseudoHot) in showInstrProfile()
2830 else if (PseudoKind == InstrProfRecord::PseudoWarm) in showInstrProfile()