Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp103 for (auto &ChildPair : InternalNode->Children) { in setSuffixIndices() local
104 assert(ChildPair.second && "Node had a null child!"); in setSuffixIndices()
106 {ChildPair.second, in setSuffixIndices()
107 CurrNodeLen + numElementsInSubstring(ChildPair.second)}); in setSuffixIndices()
317 for (auto &ChildPair : Curr->Children) in advance() local
320 dyn_cast<SuffixTreeInternalNode>(ChildPair.second)) in advance()
338 for (auto &ChildPair : Curr->Children) in advance() local
339 if (auto *Leaf = dyn_cast<SuffixTreeLeafNode>(ChildPair.second)) in advance()