Home
last modified time | relevance | path

Searched refs:IndexedAllocationInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h257 struct IndexedAllocationInfo { struct
264 IndexedAllocationInfo() = default; argument
265 IndexedAllocationInfo(ArrayRef<FrameId> CS, const MemInfoBlock &MB) in IndexedAllocationInfo() function
275 bool operator==(const IndexedAllocationInfo &Other) const { argument
289 bool operator!=(const IndexedAllocationInfo &Other) const { argument
304 const IndexedAllocationInfo &IndexedAI, in AllocationInfo()
330 llvm::SmallVector<IndexedAllocationInfo> AllocSites;
352 for (const IndexedAllocationInfo &N : AllocSites) in serializedSize()
411 for (const IndexedAllocationInfo &IndexedAI : Record.AllocSites) { in MemProfRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp19 for (const IndexedAllocationInfo &N : AllocSites) { in serialize()
46 IndexedAllocationInfo Node; in deserialize()