Home | History | Annotate | Download | only in src

Lines Matching full:covers

488 bool LiveRange::Covers(LifetimePosition position) {
1450 // Advance to the next active range that covers the current
1455 while (cur != NULL && !cur->Covers(safe_point_pos)) {
1572 } else if (!cur_active->Covers(position)) {
1583 } else if (cur_inactive->Covers(position)) {
1965 if (range->Covers(loop_start)) {