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.cpp614 DenseMap<uint32_t, AllocationType> ContextIdToAllocationType; member in __anonf01a58700111::CallsiteContextGraph
959 AllocType |= (uint8_t)ContextIdToAllocationType[Id]; in computeAllocType()
977 AllocType |= (uint8_t)ContextIdToAllocationType[Id]; in intersectAllocTypesImpl()
1036 ContextIdToAllocationType[++LastContextId] = AllocType; in addStackNodesForMIB()
1084 assert(ContextIdToAllocationType.count(OldId)); in duplicateContextIds()
1086 ContextIdToAllocationType[LastContextId] = ContextIdToAllocationType[OldId]; in duplicateContextIds()
2306 auto TypeI = ContextIdToAllocationType.find(Id); in printTotalSizes()
2307 assert(TypeI != ContextIdToAllocationType.end()); in printTotalSizes()