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

Public Member Functions

bool IsEmpty () const
 

Public Attributes

OpIndex value
 
BlockIndex block
 
size_t hash = 0
 
Entrydepth_neighboring_entry = nullptr
 

Detailed Description

template<class Next>
struct v8::internal::compiler::turboshaft::ValueNumberingReducer< Next >::Entry

Definition at line 186 of file value-numbering-reducer.h.

Member Function Documentation

◆ IsEmpty()

template<class Next >
bool v8::internal::compiler::turboshaft::ValueNumberingReducer< Next >::Entry::IsEmpty ( ) const
inline

Definition at line 192 of file value-numbering-reducer.h.

Here is the caller graph for this function:

Member Data Documentation

◆ block

template<class Next >
BlockIndex v8::internal::compiler::turboshaft::ValueNumberingReducer< Next >::Entry::block

Definition at line 188 of file value-numbering-reducer.h.

◆ depth_neighboring_entry

template<class Next >
Entry* v8::internal::compiler::turboshaft::ValueNumberingReducer< Next >::Entry::depth_neighboring_entry = nullptr

Definition at line 190 of file value-numbering-reducer.h.

◆ hash

template<class Next >
size_t v8::internal::compiler::turboshaft::ValueNumberingReducer< Next >::Entry::hash = 0

Definition at line 189 of file value-numbering-reducer.h.

◆ value

template<class Next >
OpIndex v8::internal::compiler::turboshaft::ValueNumberingReducer< Next >::Entry::value

Definition at line 187 of file value-numbering-reducer.h.


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