Searched refs:SuffixTree (Results 1 – 1 of 1) sorted by relevance
232 class SuffixTree { class496 SuffixTree(const std::vector<unsigned> &Str) : Str(Str) { in SuffixTree() function in __anonec3e31f50111::SuffixTree738 findCandidates(SuffixTree &ST,775 SuffixTree &ST, InstructionMapper &Mapper);888 SuffixTree &ST, InstructionMapper &Mapper, in findCandidates()1130 std::vector<OutlinedFunction> &FunctionList, SuffixTree &ST, in buildCandidateList()1412 SuffixTree ST(Mapper.UnsignedVec); in runOnModule()