Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp330 void setSuffixIndices(SuffixTreeNode &CurrNode, unsigned CurrIdx) { in setSuffixIndices() function in __anonec3e31f50111::SuffixTree
347 setSuffixIndices(*ChildPair.second, CurrIdx + ChildPair.second->size()); in setSuffixIndices()
519 setSuffixIndices(*Root, 0); in SuffixTree()