5#ifndef V8_COMPILER_BACKEND_MOVE_OPTIMIZER_H_
6#define V8_COMPILER_BACKEND_MOVE_OPTIMIZER_H_
38 void CompressMoves(
ParallelMove* left, MoveOpVector* right);
45 void RemoveClobberedDestinations(
Instruction* instruction);
ZoneVector< InstructionOperand > operand_buffer2
MoveOptimizer & operator=(const MoveOptimizer &)=delete
InstructionSequence *const code_
MoveOpVector & local_vector()
Zone * local_zone() const
MoveOpVector local_vector_
MoveOptimizer(const MoveOptimizer &)=delete
ZoneVector< InstructionOperand > operand_buffer1
InstructionSequence * code() const
ZoneList< RegExpInstruction > code_
#define V8_EXPORT_PRIVATE