Home
last modified time | relevance | path

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

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