Home
last modified time | relevance | path

Searched refs:MigrateMoves (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.h45 void MigrateMoves(Instruction* to, Instruction* from);
Dmove-optimizer.cc209 void MoveOptimizer::MigrateMoves(Instruction* to, Instruction* from) { in MigrateMoves() function in v8::internal::compiler::MoveOptimizer
361 MigrateMoves(instr, prev_instr); in CompressBlock()