Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp539 std::map<uint32_t, AllocationType> ContextIdToAllocationType; member in __anonf4e331660111::CallsiteContextGraph
889 AllocType |= (uint8_t)ContextIdToAllocationType[Id]; in computeAllocType()
907 AllocType |= (uint8_t)ContextIdToAllocationType[Id]; in intersectAllocTypesImpl()
953 ContextIdToAllocationType[++LastContextId] = AllocType; in addStackNodesForMIB()
998 assert(ContextIdToAllocationType.count(OldId)); in duplicateContextIds()
1000 ContextIdToAllocationType[LastContextId] = ContextIdToAllocationType[OldId]; in duplicateContextIds()