Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h53 struct CallStackTrieNode { struct
58 std::map<uint64_t, CallStackTrieNode *> Callers; argument
59 CallStackTrieNode(AllocationType Type) in CallStackTrieNode() argument
64 CallStackTrieNode *Alloc = nullptr;
68 void deleteTrieNode(CallStackTrieNode *Node) { in deleteTrieNode()
77 bool buildMIBNodes(CallStackTrieNode *Node, LLVMContext &Ctx,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp130 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()