Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp12 void IndexedMemProfRecord::serialize(const MemProfSchema &Schema, in serialize()
35 IndexedMemProfRecord
36 IndexedMemProfRecord::deserialize(const MemProfSchema &Schema, in deserialize()
40 IndexedMemProfRecord Record; in deserialize()
78 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { in getGUID()
H A DRawMemProfReader.cpp453 FunctionProfileData.insert({F.Function, IndexedMemProfRecord()}); in mapRawProfileToRecords()
454 IndexedMemProfRecord &Record = Result.first->second; in mapRawProfileToRecords()
466 auto Result = FunctionProfileData.insert({Id, IndexedMemProfRecord()}); in mapRawProfileToRecords()
467 IndexedMemProfRecord &Record = Result.first->second; in mapRawProfileToRecords()
515 IndexedMemProfRecord::getGUID(DIFrame.FunctionName); in symbolizeAndFilterStackFrames()
H A DInstrProfWriter.cpp269 const Function::GUID Id, const memprof::IndexedMemProfRecord &Record) { in addMemProfRecord()
275 memprof::IndexedMemProfRecord &Existing = Result.first->second; in addMemProfRecord()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h55 const llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> &
73 const IndexedMemProfRecord &IndexedRecord = Iter->second;
87 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> ProfData) in MemProfReader()
102 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> FunctionProfileData;
104 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord>::iterator Iter;
H A DMemProf.h327 struct IndexedMemProfRecord { struct
343 void merge(const IndexedMemProfRecord &Other) { in merge() argument
365 bool operator==(const IndexedMemProfRecord &Other) const { argument
389 static IndexedMemProfRecord deserialize(const MemProfSchema &Schema, argument
409 const IndexedMemProfRecord &Record, in MemProfRecord()
453 using data_type = const IndexedMemProfRecord &;
487 Record = IndexedMemProfRecord::deserialize(Schema, D); in ReadData()
495 IndexedMemProfRecord Record;
504 using data_type = IndexedMemProfRecord;
505 using data_type_ref = IndexedMemProfRecord &;
H A DInstrProfWriter.h56 llvm::MapVector<GlobalValue::GUID, memprof::IndexedMemProfRecord>
95 const memprof::IndexedMemProfRecord &Record);