HomeSort by relevance Sort by last modified time
    Searched refs:MoveOptimizer (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
move-optimizer.h 15 class MoveOptimizer final {
17 MoveOptimizer(Zone* local_zone, InstructionSequence* code);
55 DISALLOW_COPY_AND_ASSIGN(MoveOptimizer);
move-optimizer.cc 77 MoveOptimizer::MoveOptimizer(Zone* local_zone, InstructionSequence* code)
83 void MoveOptimizer::Run() {
113 void MoveOptimizer::RemoveClobberedDestinations(Instruction* instruction) {
157 void MoveOptimizer::MigrateMoves(Instruction* to, Instruction* from) {
241 void MoveOptimizer::CompressMoves(ParallelMove* left, MoveOpVector* right) {
271 void MoveOptimizer::CompressGaps(Instruction* instruction) {
298 void MoveOptimizer::CompressBlock(InstructionBlock* block) {
318 const Instruction* MoveOptimizer::LastInstruction(
324 void MoveOptimizer::OptimizeMerge(InstructionBlock* block)
    [all...]
pipeline.cc     [all...]
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 53 MoveOptimizer move_optimizer(zone(), sequence());

Completed in 1838 milliseconds