Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LookAhead

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