// Copyright 2022 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/turboshaft/simplify-tf-loops.h" #include "src/base/small-vector.h" #include "src/compiler/machine-graph.h" #include "src/compiler/node-properties.h" namespace v8::internal::compiler { Reduction SimplifyTFLoops::Reduce(Node* node) { … } } // namespace v8::internal::compiler