Searched refs:CallStackTrieNode (Results 1 – 2 of 2) sorted by relevance
47 struct CallStackTrieNode { struct52 std::map<uint64_t, CallStackTrieNode *> Callers; argument53 CallStackTrieNode(AllocationType Type) in CallStackTrieNode() argument58 CallStackTrieNode *Alloc;62 void deleteTrieNode(CallStackTrieNode *Node) { in deleteTrieNode()71 bool buildMIBNodes(CallStackTrieNode *Node, LLVMContext &Ctx,
103 CallStackTrieNode *Curr = nullptr; in addCallStack()113 Alloc = new CallStackTrieNode(AllocType); in addCallStack()126 auto *New = new CallStackTrieNode(AllocType); in addCallStack()159 bool CallStackTrie::buildMIBNodes(CallStackTrieNode *Node, LLVMContext &Ctx, in buildMIBNodes()