Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp250 unsigned LeafEndIdx = -1; member in __anon580efda50111::SuffixTree
279 assert(StartIdx <= LeafEndIdx && "String can't start after it ends!"); in insertLeaf()
282 SuffixTreeNode(StartIdx, &LeafEndIdx, nullptr); in insertLeaf()
488 LeafEndIdx = PfxEndIdx; // Extend each of the leaves. in SuffixTree()