Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSuffixTree.h143 struct RepeatedSubstring { struct
244 RepeatedSubstring RS;
259 RS = RepeatedSubstring(); in advance()
312 RepeatedSubstring &operator*() { return RS; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp706 std::vector<unsigned> &IntegerMapping, SuffixTree::RepeatedSubstring &RS, in createCandidatesFromSuffixTree()
838 for (SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOutliner.cpp521 for (const SuffixTree::RepeatedSubstring &RS : ST) { in findCandidates()