Home | History | Annotate | Download | only in src

Lines Matching defs:next_pos

1530       LifetimePosition next_pos = position;
1531 if (IsGapAt(next_pos.InstructionIndex())) {
1532 next_pos = next_pos.NextInstruction();
1534 UsePosition* pos = current->NextUsePositionRegisterIsBeneficial(next_pos);
1945 UsePosition* next_pos = range->NextRegisterPosition(current->Start());
1946 if (next_pos == NULL) {
1949 SpillBetween(range, split_pos, next_pos->pos());
1962 UsePosition* next_pos = range->NextRegisterPosition(current->Start());
1963 if (next_pos == NULL) {
1966 next_intersection = Min(next_intersection, next_pos->pos());