v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
build-graph-phase.h
Go to the documentation of this file.
1// Copyright 2023 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef V8_COMPILER_TURBOSHAFT_BUILD_GRAPH_PHASE_H_
6#define V8_COMPILER_TURBOSHAFT_BUILD_GRAPH_PHASE_H_
7
8#include <optional>
9
13
14namespace v8::internal::compiler {
15class TFPipelineData;
16} // namespace v8::internal::compiler
17
19
22
23 std::optional<BailoutReason> Run(PipelineData* data, Zone* temp_zone,
24 compiler::TFPipelineData* turbofan_data,
26};
27
28} // namespace v8::internal::compiler::turboshaft
29
30#endif // V8_COMPILER_TURBOSHAFT_BUILD_GRAPH_PHASE_H_
Linkage * linkage
std::optional< BailoutReason > BuildGraph(PipelineData *data, Schedule *schedule, Zone *phase_zone, Linkage *linkage, JsWasmCallsSidetable *js_wasm_calls_sidetable)
std::optional< BailoutReason > Run(PipelineData *data, Zone *temp_zone, compiler::TFPipelineData *turbofan_data, Linkage *linkage)
#define DECL_TURBOSHAFT_PHASE_CONSTANTS(Name)
Definition phase.h:39