Home
last modified time | relevance | path

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

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