Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp549 MapVector<CallInfo, ContextNode *> NonAllocationCallToContextNodeMap; member in __anonf4e331660111::CallsiteContextGraph
780 return NonAllocationCallToContextNodeMap.lookup(C); in getNodeForInst()
804 NonAllocationCallToContextNodeMap.erase(C); in unsetNodeForInst()
806 !NonAllocationCallToContextNodeMap.count(C)); in unsetNodeForInst()
1146 NonAllocationCallToContextNodeMap[Call] = Node; in assignStackNodesPostOrder()
1209 NonAllocationCallToContextNodeMap[Call] = NewNode; in assignStackNodesPostOrder()
1680 for (auto Entry = NonAllocationCallToContextNodeMap.begin(); in handleCallsitesWithMultipleTargets()
1681 Entry != NonAllocationCallToContextNodeMap.end();) { in handleCallsitesWithMultipleTargets()
1701 Entry = NonAllocationCallToContextNodeMap.erase(Entry); in handleCallsitesWithMultipleTargets()
1713 NonAllocationCallToContextNodeMap[Call] = Node; in handleCallsitesWithMultipleTargets()