// Copyright 2023 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. #ifndef V8_COMPILER_TURBOSHAFT_LOOP_FINDER_H_ #define V8_COMPILER_TURBOSHAFT_LOOP_FINDER_H_ #include "src/base/logging.h" #include "src/compiler/turboshaft/graph.h" #include "src/compiler/turboshaft/index.h" #include "src/compiler/turboshaft/operations.h" namespace v8::internal::compiler::turboshaft { class V8_EXPORT_PRIVATE LoopFinder { … }; } // namespace v8::internal::compiler::turboshaft #endif // V8_COMPILER_TURBOSHAFT_LOOP_FINDER_H_