Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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() function