Lines Matching full:repeated
10 /// Replaces repeated sequences of instructions with function calls.
13 /// suffix tree, and repeatedly querying that tree for repeated sequences of
304 // repeated calls to getOutliningType? in convertToUnsignedVec()
376 // repeated substring. in convertToUnsignedVec()
395 /// An interprocedural pass which finds repeated sequences of
400 /// is then repeatedly queried for repeated sequences of instructions. Each
401 /// non-overlapping repeated sequence is then placed in its own
443 /// Find all repeated substrings that satisfy the outlining cost model by
476 /// Construct a suffix tree on the instructions in \p M and outline repeated
588 // First, find all of the repeated substrings in the tree of minimum length in findCandidates()
593 dbgs() << "Searching for overlaps in all repeated sequences...\n"); in findCandidates()