v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::BuildGraphPhase Struct Reference

#include <build-graph-phase.h>

Collaboration diagram for v8::internal::compiler::turboshaft::BuildGraphPhase:

Public Member Functions

std::optional< BailoutReasonRun (PipelineData *data, Zone *temp_zone, compiler::TFPipelineData *turbofan_data, Linkage *linkage)
 

Detailed Description

Definition at line 20 of file build-graph-phase.h.

Member Function Documentation

◆ Run()

std::optional< BailoutReason > v8::internal::compiler::turboshaft::BuildGraphPhase::Run ( PipelineData * data,
Zone * temp_zone,
compiler::TFPipelineData * turbofan_data,
Linkage * linkage )

Definition at line 18 of file build-graph-phase.cc.

Here is the call graph for this function:

The documentation for this struct was generated from the following files: