Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp119 struct SuffixTreeNode { struct
126 DenseMap<unsigned, SuffixTreeNode *> Children;
129 unsigned StartIdx = EmptyIdx;
137 unsigned *EndIdx = nullptr;
142 unsigned SuffixIdx = EmptyIdx;
162 SuffixTreeNode *Link = nullptr;
166 unsigned ConcatLen = 0;
169 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf()
172 bool isRoot() const { return StartIdx == EmptyIdx; } in isRoot()
175 size_t size() const { in size()
[all …]