Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h69 struct CallStackTrieNode { struct
79 std::map<uint64_t, CallStackTrieNode *> Callers; argument
80 CallStackTrieNode(AllocationType Type) in CallStackTrieNode() argument
94 CallStackTrieNode *Alloc = nullptr; argument