v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::WasmLoadEliminationReducer< Next > Class Template Reference

#include <wasm-load-elimination-reducer.h>

Inheritance diagram for v8::internal::compiler::turboshaft::WasmLoadEliminationReducer< Next >:
Collaboration diagram for v8::internal::compiler::turboshaft::WasmLoadEliminationReducer< Next >:

Public Member Functions

void Analyze ()
 
OpIndex REDUCE_INPUT_GRAPH StructSet (OpIndex ig_index, const StructSetOp &op)
 

Private Attributes

WasmLoadEliminationAnalyzer analyzer_
 

Detailed Description

template<class Next>
class v8::internal::compiler::turboshaft::WasmLoadEliminationReducer< Next >

Definition at line 507 of file wasm-load-elimination-reducer.h.

Member Function Documentation

◆ Analyze()

template<class Next >
void v8::internal::compiler::turboshaft::WasmLoadEliminationReducer< Next >::Analyze ( )
inline

Definition at line 511 of file wasm-load-elimination-reducer.h.

◆ StructSet()

template<class Next >
OpIndex REDUCE_INPUT_GRAPH v8::internal::compiler::turboshaft::WasmLoadEliminationReducer< Next >::StructSet ( OpIndex ig_index,
const StructSetOp & op )
inline

Definition at line 537 of file wasm-load-elimination-reducer.h.

Member Data Documentation

◆ analyzer_

Initial value:
{
Asm().data(), Asm().modifiable_input_graph(), Asm().phase_zone()}

Definition at line 554 of file wasm-load-elimination-reducer.h.


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