v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
graph-builder.h
Go to the documentation of this file.
1// Copyright 2022 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_GRAPH_BUILDER_H_
6#define V8_COMPILER_TURBOSHAFT_GRAPH_BUILDER_H_
7
8#include <optional>
9
14
15namespace v8::internal::compiler {
16class Schedule;
17class SourcePositionTable;
18}
20class PipelineData;
21std::optional<BailoutReason> BuildGraph(
22 PipelineData* data, Schedule* schedule, Zone* phase_zone, Linkage* linkage,
24}
25
26#endif // V8_COMPILER_TURBOSHAFT_GRAPH_BUILDER_H_
Schedule * schedule
friend Zone
Definition asm-types.cc:195
JsWasmCallsSidetable * js_wasm_calls_sidetable
Linkage * linkage
std::optional< BailoutReason > BuildGraph(PipelineData *data, Schedule *schedule, Zone *phase_zone, Linkage *linkage, JsWasmCallsSidetable *js_wasm_calls_sidetable)
ZoneMap< NodeId, const JSWasmCallParameters * > JsWasmCallsSidetable
Definition js-inlining.h:28