// Copyright 2017 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/compiler/backend/instruction-scheduler.h" #include "src/compiler/backend/instruction-selector-impl.h" #include "src/compiler/backend/instruction-selector.h" #include "src/compiler/backend/instruction.h" #include "test/cctest/cctest.h" namespace v8 { namespace internal { namespace compiler { FlagsContinuation; // Create InstructionBlocks with a single block. InstructionBlocks* CreateSingleBlock(Zone* zone) { … } // Wrapper around the InstructionScheduler. class InstructionSchedulerTester { … }; TEST(DeoptInMiddleOfBasicBlock) { … } } // namespace compiler } // namespace internal } // namespace v8