Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LookAhead

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