Home | History | Annotate | Download | only in compiler

Lines Matching full:cur_inactive

2813       LiveRange* cur_inactive = inactive_live_ranges()[i];
2814 if (cur_inactive->End() <= position) {
2815 InactiveToHandled(cur_inactive);
2817 } else if (cur_inactive->Covers(position)) {
2818 InactiveToActive(cur_inactive);
3014 for (LiveRange* cur_inactive : inactive_live_ranges()) {
3015 DCHECK(cur_inactive->End() > range->Start());
3016 int cur_reg = cur_inactive->assigned_register();
3025 LifetimePosition next_intersection = cur_inactive->FirstIntersection(range);
3034 cur_inactive->representation(), cur_reg, rep, &alias_base_index);