Home
last modified time | relevance | path

Searched refs:createTrieNode (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-stacks.cpp334 StackTrieNode *createTrieNode(uint32_t ThreadId, int32_t FuncId, in createTrieNode() function in StackTrie
378 TS.emplace_back(Root ? Root : createTrieNode(R.TId, R.FuncId, nullptr), in accountRecord()
389 auto N = createTrieNode(R.TId, R.FuncId, Top.first); in accountRecord()