Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp328 for (const IndexedAllocationInfo &IndexedAI : AllocSites) { in toMemProfRecord() local
330 AI.Info = IndexedAI.Info; in toMemProfRecord()
331 AI.CallStack = Callback(IndexedAI.CSId); in toMemProfRecord()
H A DInstrProfReader.cpp1521 for (const memprof::IndexedAllocationInfo &IndexedAI : in getMemProfCallerCalleePairs() local
1523 Worklist.set(IndexedAI.CSId); in getMemProfCallerCalleePairs()