Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp232 class SuffixTree { class
496 SuffixTree(const std::vector<unsigned> &Str) : Str(Str) { in SuffixTree() function in __anonec3e31f50111::SuffixTree
738 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()