Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp828 DenseMap<uint32_t, AllocationType> ContextIdToAllocationType; member in __anonf01a58700111::CallsiteContextGraph
1269 AllocType |= (uint8_t)ContextIdToAllocationType.at(Id); in computeAllocType()
1288 AllocType |= (uint8_t)ContextIdToAllocationType.at(Id); in intersectAllocTypesImpl()
1344 ContextIdToAllocationType[++LastContextId] = AllocType; in addStackNodesForMIB()
1394 assert(ContextIdToAllocationType.count(OldId)); in duplicateContextIds()
1396 ContextIdToAllocationType[LastContextId] = ContextIdToAllocationType[OldId]; in duplicateContextIds()
3030 auto TypeI = ContextIdToAllocationType.find(Id); in printTotalSizes()
3031 assert(TypeI != ContextIdToAllocationType.end()); in printTotalSizes()
4879 auto TypeI = ContextIdToAllocationType.find(Id); in assignFunctions()
4880 assert(TypeI != ContextIdToAllocationType.end()); in assignFunctions()