Searched refs:ContextIdToAllocationNode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 808 DenseMap<uint32_t, ContextNode *> &ContextIdToAllocationNode); 812 DenseMap<uint32_t, ContextNode *> &ContextIdToAllocationNode); 817 DenseMap<uint32_t, ContextNode *> &ContextIdToAllocationNode, 4085 DenseMap<uint32_t, ContextNode *> ContextIdToAllocationNode; in mergeClones() local 4089 ContextIdToAllocationNode[Id] = Node->getOrigNode(); in mergeClones() 4092 ContextIdToAllocationNode[Id] = Clone->getOrigNode(); in mergeClones() 4103 mergeClones(Node, Visited, ContextIdToAllocationNode); in mergeClones() 4111 mergeClones(Clone, Visited, ContextIdToAllocationNode); in mergeClones() 4130 DenseMap<uint32_t, ContextNode *> &ContextIdToAllocationNode) { in mergeClones() argument 4142 mergeClones(CallerEdge->Caller, Visited, ContextIdToAllocationNode); in mergeClones() [all …]
|