Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp262 unsigned LeafEndIdx = -1; member in __anon4d7b9cfe0111::SuffixTree
291 assert(StartIdx <= LeafEndIdx && "String can't start after it ends!"); in insertLeaf()
294 SuffixTreeNode(StartIdx, &LeafEndIdx, nullptr, &Parent); in insertLeaf()
513 LeafEndIdx = PfxEndIdx; // Extend each of the leaves. in SuffixTree()