Searched refs:NamedInstrProfRecord (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 44 using value_type = NamedInstrProfRecord; 83 virtual Error readNextRecord(NamedInstrProfRecord &Record) = 0; 190 Error readNextRecord(NamedInstrProfRecord &Record) override; 239 Error readNextRecord(NamedInstrProfRecord &Record) override; 282 Error readName(NamedInstrProfRecord &Record); 283 Error readFuncHash(NamedInstrProfRecord &Record); 326 std::vector<NamedInstrProfRecord> DataBuffer; 338 using data_type = ArrayRef<NamedInstrProfRecord>; 416 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override; 418 ArrayRef<NamedInstrProfRecord> &Data) override; [all …]
|
| H A D | InstrProfWriter.h | 56 void addRecord(NamedInstrProfRecord &&I, uint64_t Weight, 58 void addRecord(NamedInstrProfRecord &&I, function_ref<void(Error)> Warn) { in addRecord() 111 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
|
| H A D | InstrProf.h | 848 struct NamedInstrProfRecord : InstrProfRecord { struct 855 NamedInstrProfRecord() = default; argument 856 NamedInstrProfRecord(StringRef Name, uint64_t Hash, in NamedInstrProfRecord() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 253 Error TextInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord() 414 Error RawInstrProfReader<IntPtrT>::readName(NamedInstrProfRecord &Record) { in readName() 420 Error RawInstrProfReader<IntPtrT>::readFuncHash(NamedInstrProfRecord &Record) { in readFuncHash() 620 StringRef FuncName, ArrayRef<NamedInstrProfRecord> &Data) { in getRecords() 634 ArrayRef<NamedInstrProfRecord> &Data) { in getRecords() 668 ArrayRef<NamedInstrProfRecord> &Data) override { in getRecords() 727 ArrayRef<NamedInstrProfRecord> &Data) override { in getRecords() 914 ArrayRef<NamedInstrProfRecord> Data; in getInstrProfRecord() 939 Error IndexedInstrProfReader::readNextRecord(NamedInstrProfRecord &Record) { in readNextRecord() 940 ArrayRef<NamedInstrProfRecord> Data; in readNextRecord() [all …]
|
| H A D | InstrProfWriter.cpp | 146 if (NamedInstrProfRecord::hasCSFlagInHash(ProfileData.first)) in EmitData() 184 void InstrProfWriter::addRecord(NamedInstrProfRecord &&I, uint64_t Weight, in addRecord() 191 void InstrProfWriter::overlapRecord(NamedInstrProfRecord &&Other, in overlapRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 701 NamedInstrProfRecord::setCSFlagInHash(FunctionHash); in computeCFGHash()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2110 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); in showInstrProfile()
|