Home
last modified time | relevance | path

Searched defs:StackTrieNode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-converter.cpp170 using StackTrieNode = TrieNode<StackIdData>; typedef
177 const DenseMap<uint32_t, SmallVector<StackTrieNode *, 4>> in findSiblings()
208 DenseMap<uint32_t, SmallVector<StackTrieNode *, 4>> &StackRootsByThreadId, in findOrCreateStackNode()
Dxray-stacks.cpp284 using StackTrieNode = TrieNode<StackDuration>; typedef
417 reverse(TS), [&](const std::pair<StackTrieNode *, uint64_t> &E) { in accountRecord()
614 const std::pair<const StackTrieNode *, uint64_t> &B) { in print()