Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h304 const IndexedAllocationInfo &IndexedAI, in AllocationInfo()
306 for (const FrameId &Id : IndexedAI.CallStack) { in AllocationInfo()
309 Info = IndexedAI.Info; in AllocationInfo()
411 for (const IndexedAllocationInfo &IndexedAI : Record.AllocSites) { in MemProfRecord() local
412 AllocSites.emplace_back(IndexedAI, IdToFrameCallback); in MemProfRecord()