Searched refs:CallStackTrieNode (Results 1 – 2 of 2) sorted by relevance
53 struct CallStackTrieNode { struct58 std::map<uint64_t, CallStackTrieNode *> Callers; argument59 CallStackTrieNode(AllocationType Type) in CallStackTrieNode() argument64 CallStackTrieNode *Alloc = nullptr;68 void deleteTrieNode(CallStackTrieNode *Node) { in deleteTrieNode()77 bool buildMIBNodes(CallStackTrieNode *Node, LLVMContext &Ctx,
130 CallStackTrieNode *Curr = nullptr; in addCallStack()140 Alloc = new CallStackTrieNode(AllocType); in addCallStack()153 auto *New = new CallStackTrieNode(AllocType); in addCallStack()186 bool CallStackTrie::buildMIBNodes(CallStackTrieNode *Node, LLVMContext &Ctx, in buildMIBNodes()