Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h253 struct IndexedAllocationInfo { struct
260 IndexedAllocationInfo() = default; argument
261 IndexedAllocationInfo(ArrayRef<FrameId> CS, const MemInfoBlock &MB) in IndexedAllocationInfo() function
271 bool operator==(const IndexedAllocationInfo &Other) const { argument
285 bool operator!=(const IndexedAllocationInfo &Other) const { argument
300 const IndexedAllocationInfo &IndexedAI, in AllocationInfo()
326 llvm::SmallVector<IndexedAllocationInfo> AllocSites;
348 for (const IndexedAllocationInfo &N : AllocSites) in serializedSize()
407 for (const IndexedAllocationInfo &IndexedAI : Record.AllocSites) { in MemProfRecord()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DMemProf.cpp18 for (const IndexedAllocationInfo &N : AllocSites) { in serialize()
44 IndexedAllocationInfo Node; in deserialize()