Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp618 DenseMap<uint32_t, uint64_t> ContextIdToTotalSize; member in __anonf01a58700111::CallsiteContextGraph
1040 ContextIdToTotalSize[LastContextId] = TotalSize; in addStackNodesForMIB()
1090 ContextIdToTotalSize[LastContextId] = 0; in duplicateContextIds()
2304 auto SizeI = ContextIdToTotalSize.find(Id); in printTotalSizes()
2305 assert(SizeI != ContextIdToTotalSize.end()); in printTotalSizes()