Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:lookahead

725   unsigned LookAhead = std::min((unsigned)Sequence.size(),
727 if (LookAhead == 0)
730 std::vector<SUnit*>::const_iterator I = (Sequence.end() - LookAhead);