Home | History | Annotate | Download | only in optimizing

Lines Matching refs:next_intersection

381     size_t next_intersection = inactive->FirstIntersectionWith(current);
382 if (next_intersection != kNoLifetime) {
383 free_until[inactive->GetRegister()] = next_intersection;
466 size_t next_intersection = inactive->FirstIntersectionWith(current);
467 if (next_intersection != kNoLifetime) {
470 std::min(next_intersection, next_use[inactive->GetRegister()]);
517 size_t next_intersection = inactive->FirstIntersectionWith(current);
518 if (next_intersection != kNoLifetime) {
520 LiveInterval* split = Split(current, next_intersection);