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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, std::remove_reference_t<TrieNode<T> *> NewParent, std::forward_list<TrieNode<T>> &NodeStore, Callable &&MergeCallable) argument
H A Dxray-converter.cpp207 findOrCreateStackNode( StackTrieNode *Parent, int32_t FuncId, uint32_t TId, DenseMap<uint32_t, SmallVector<StackTrieNode *, 4>> &StackRootsByThreadId, DenseMap<unsigned, StackTrieNode *> &StacksByStackId, unsigned *id_counter, std::forward_list<StackTrieNode> &NodeStore) argument
H A Dxray-stacks.cpp324 std::forward_list<StackTrieNode> NodeStore; member in class:StackTrie
521 RootVector mergeAcrossThreads(std::forward_list<StackTrieNode> &NodeStore) { argument

Completed in 107 milliseconds