Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp637 unsigned int LastContextId = 0; member in __anonf01a58700111::CallsiteContextGraph
1005 AllocNode->OrigStackOrAllocId = LastContextId; in addAllocNode()
1036 ContextIdToAllocationType[++LastContextId] = AllocType; in addStackNodesForMIB()
1040 ContextIdToTotalSize[LastContextId] = TotalSize; in addStackNodesForMIB()
1070 PrevNode->addOrUpdateCallerEdge(StackNode, AllocType, LastContextId); in addStackNodesForMIB()
1082 NewContextIds.insert(++LastContextId); in duplicateContextIds()
1083 OldToNewContextIds[OldId].insert(LastContextId); in duplicateContextIds()
1086 ContextIdToAllocationType[LastContextId] = ContextIdToAllocationType[OldId]; in duplicateContextIds()
1090 ContextIdToTotalSize[LastContextId] = 0; in duplicateContextIds()