Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:LookAhead

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