Home | History | Annotate | Download | only in compiler

Lines Matching refs:to_eliminate

3476   ZoneVector<MoveOperands*> to_eliminate(local_zone);
3478 to_eliminate.reserve(4);
3484 for (MoveOperands* move : to_eliminate) {
3492 to_eliminate.clear();
3501 if (eliminate != nullptr) to_eliminate.push_back(eliminate);