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

#include <register-allocation-phase.h>

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

Public Member Functions

void Run (PipelineData *data, Zone *temp_zone)
 

Static Public Attributes

static constexpr bool kOutputIsTraceableGraph = false
 

Detailed Description

Definition at line 145 of file register-allocation-phase.h.

Member Function Documentation

◆ Run()

void v8::internal::compiler::turboshaft::ResolveControlFlowPhase::Run ( PipelineData * data,
Zone * temp_zone )
inline

Definition at line 149 of file register-allocation-phase.h.

Here is the call graph for this function:

Member Data Documentation

◆ kOutputIsTraceableGraph

bool v8::internal::compiler::turboshaft::ResolveControlFlowPhase::kOutputIsTraceableGraph = false
staticconstexpr

Definition at line 147 of file register-allocation-phase.h.


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