Home | History | Annotate | Download | only in compiler

Lines Matching refs:Covers

463 bool LiveRange::Covers(LifetimePosition position) {
1473 // Advance to the next active range that covers the current
1478 while (cur != NULL && !cur->Covers(safe_point_pos)) {
1596 } else if (!cur_active->Covers(position)) {
1607 } else if (cur_inactive->Covers(position)) {
1974 if (range->Covers(loop_start)) {