chromium/v8/src/compiler/turboshaft/analyzer-iterator.cc

// 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.

#include "src/compiler/turboshaft/analyzer-iterator.h"

namespace v8::internal::compiler::turboshaft {

void AnalyzerIterator::PopOutdated() {}

const Block* AnalyzerIterator::Next() {}

void AnalyzerIterator::MarkLoopForRevisit() {}

void AnalyzerIterator::MarkLoopForRevisitSkipHeader() {}

}  // namespace v8::internal::compiler::turboshaft