Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h300 const IndexedAllocationInfo &IndexedAI, in AllocationInfo()
302 for (const FrameId &Id : IndexedAI.CallStack) { in AllocationInfo()
305 Info = IndexedAI.Info; in AllocationInfo()
407 for (const IndexedAllocationInfo &IndexedAI : Record.AllocSites) { in MemProfRecord() local
408 AllocSites.emplace_back(IndexedAI, IdToFrameCallback); in MemProfRecord()