Searched refs:IndexedAllocationInfo (Results 1 – 2 of 2) sorted by relevance
257 struct IndexedAllocationInfo { struct264 IndexedAllocationInfo() = default; argument265 IndexedAllocationInfo(ArrayRef<FrameId> CS, const MemInfoBlock &MB) in IndexedAllocationInfo() function275 bool operator==(const IndexedAllocationInfo &Other) const { argument289 bool operator!=(const IndexedAllocationInfo &Other) const { argument304 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()
19 for (const IndexedAllocationInfo &N : AllocSites) { in serialize()46 IndexedAllocationInfo Node; in deserialize()