Searched refs:IndexedAllocationInfo (Results 1 – 2 of 2) sorted by relevance
253 struct IndexedAllocationInfo { struct260 IndexedAllocationInfo() = default; argument261 IndexedAllocationInfo(ArrayRef<FrameId> CS, const MemInfoBlock &MB) in IndexedAllocationInfo() function271 bool operator==(const IndexedAllocationInfo &Other) const { argument285 bool operator!=(const IndexedAllocationInfo &Other) const { argument300 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()
18 for (const IndexedAllocationInfo &N : AllocSites) { in serialize()44 IndexedAllocationInfo Node; in deserialize()