Lines Matching refs:NamedInstrProfRecord
387 Error TextInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
636 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName()
642 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash()
788 Error RawInstrProfReader<IntPtrT>::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
937 StringRef FuncName, ArrayRef<NamedInstrProfRecord> &Data) { in getRecords()
952 ArrayRef<NamedInstrProfRecord> &Data) { in getRecords()
992 ArrayRef<NamedInstrProfRecord> &Data) override { in getRecords()
1052 ArrayRef<NamedInstrProfRecord> &Data) override { in getRecords()
1335 ArrayRef<NamedInstrProfRecord> Data; in getInstrProfRecord()
1370 for (const NamedInstrProfRecord &I : Data) { in getInstrProfRecord()
1374 if (NamedInstrProfRecord::hasCSFlagInHash(I.Hash) == in getInstrProfRecord()
1375 NamedInstrProfRecord::hasCSFlagInHash(FuncHash)) { in getInstrProfRecord()
1448 Error IndexedInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord()
1449 ArrayRef<NamedInstrProfRecord> Data; in readNextRecord()
1481 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in accumulateCounts()