Lines Matching refs:InstrProfRecord
954 InstrProfRecord *ProfRecord;
955 InstrProfileEntry(InstrProfRecord *Record);
959 InstrProfileEntry::InstrProfileEntry(InstrProfRecord *Record) { in InstrProfileEntry()
981 InstrProfRecord *ProfRecord = IFE.ProfRecord; in updateInstrProfileEntry()
993 (SetToHot ? InstrProfRecord::PseudoHot : InstrProfRecord::PseudoWarm); in updateInstrProfileEntry()
1213 InstrProfRecord Record = PDV.second; in adjustInstrProfile()
1222 InstrProfRecord *R = &PD.getValue().begin()->second; in adjustInstrProfile()
2641 static void traverseAllValueSites(const InstrProfRecord &Func, uint32_t VK, in traverseAllValueSites()
2761 if (PseudoKind != InstrProfRecord::NotPseudo) { in showInstrProfile()
2769 if (PseudoKind == InstrProfRecord::PseudoHot) in showInstrProfile()
2771 else if (PseudoKind == InstrProfRecord::PseudoWarm) in showInstrProfile()