Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h385 const IndexedAllocationInfo &IndexedAI, in AllocationInfo()
387 for (const FrameId &Id : IndexedAI.CallStack) { in AllocationInfo()
390 Info = IndexedAI.Info; in AllocationInfo()
482 for (const IndexedAllocationInfo &IndexedAI : Record.AllocSites) { in MemProfRecord() local
483 AllocSites.emplace_back(IndexedAI, IdToFrameCallback); in MemProfRecord()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp346 for (const IndexedAllocationInfo &IndexedAI : AllocSites) { in toMemProfRecord() local
348 AI.Info = IndexedAI.Info; in toMemProfRecord()
349 AI.CallStack = Callback(IndexedAI.CSId); in toMemProfRecord()