Home
last modified time | relevance | path

Searched refs:MoveOptimizer (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dmove-optimizer.h16 class V8_EXPORT_PRIVATE MoveOptimizer final {
18 MoveOptimizer(Zone* local_zone, InstructionSequence* code);
19 MoveOptimizer(const MoveOptimizer&) = delete;
20 MoveOptimizer& operator=(const MoveOptimizer&) = delete;
H A Dmove-optimizer.cc128 MoveOptimizer::MoveOptimizer(Zone* local_zone, InstructionSequence* code) in MoveOptimizer() function in v8::internal::compiler::MoveOptimizer
135 void MoveOptimizer::Run() { in Run()
165 void MoveOptimizer::RemoveClobberedDestinations(Instruction* instruction) { in RemoveClobberedDestinations()
209 void MoveOptimizer::MigrateMoves(Instruction* to, Instruction* from) { in MigrateMoves()
293 void MoveOptimizer::CompressMoves(ParallelMove* left, MoveOpVector* right) { in CompressMoves()
322 void MoveOptimizer::CompressGaps(Instruction* instruction) { in CompressGaps()
349 void MoveOptimizer::CompressBlock(InstructionBlock* block) { in CompressBlock()
368 const Instruction* MoveOptimizer::LastInstruction( in LastInstruction()
373 void MoveOptimizer
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc2386 MoveOptimizer move_optimizer(temp_zone, data->sequence()); in Run()

Completed in 8 milliseconds