Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h52 std::forward_list<TrieNode<T>> &NodeStore, in mergeTrieNodes()
H A Dxray-converter.cpp220 std::forward_list<StackTrieNode> &NodeStore) { in findOrCreateStackNode()
287 std::forward_list<StackTrieNode> NodeStore{}; in exportAsChromeTraceEventFormat() local
H A Dxray-stacks.cpp326 std::forward_list<StackTrieNode> NodeStore; member in StackTrie
518 RootVector mergeAcrossThreads(std::forward_list<StackTrieNode> &NodeStore) { in mergeAcrossThreads()