Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp558 unsigned int LastContextId = 0; member in __anonf4e331660111::CallsiteContextGraph
935 AllocNode->OrigStackOrAllocId = LastContextId; in addAllocNode()
953 ContextIdToAllocationType[++LastContextId] = AllocType; in addStackNodesForMIB()
957 AllocNode->ContextIds.insert(LastContextId); in addStackNodesForMIB()
982 StackNode->ContextIds.insert(LastContextId); in addStackNodesForMIB()
984 PrevNode->addOrUpdateCallerEdge(StackNode, AllocType, LastContextId); in addStackNodesForMIB()
996 NewContextIds.insert(++LastContextId); in duplicateContextIds()
997 OldToNewContextIds[OldId].insert(LastContextId); in duplicateContextIds()
1000 ContextIdToAllocationType[LastContextId] = ContextIdToAllocationType[OldId]; in duplicateContextIds()