Searched refs:ContextIdToAllocationType (Results 1 – 1 of 1) sorted by relevance
614 DenseMap<uint32_t, AllocationType> ContextIdToAllocationType; member in __anonf01a58700111::CallsiteContextGraph959 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()