v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::GraphVisitor< typename >::BlockToClone Struct Reference
Collaboration diagram for v8::internal::compiler::turboshaft::GraphVisitor< typename >::BlockToClone:

Public Attributes

const Blockinput_block
 
int added_block_phi_input
 
Blocknew_output_block
 

Detailed Description

template<typename>
struct v8::internal::compiler::turboshaft::GraphVisitor< typename >::BlockToClone

Definition at line 1025 of file copying-phase.h.

Member Data Documentation

◆ added_block_phi_input

template<typename >
int v8::internal::compiler::turboshaft::GraphVisitor< typename >::BlockToClone::added_block_phi_input

Definition at line 1027 of file copying-phase.h.

◆ input_block

template<typename >
const Block* v8::internal::compiler::turboshaft::GraphVisitor< typename >::BlockToClone::input_block

Definition at line 1026 of file copying-phase.h.

◆ new_output_block

template<typename >
Block* v8::internal::compiler::turboshaft::GraphVisitor< typename >::BlockToClone::new_output_block

Definition at line 1028 of file copying-phase.h.


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