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

#include <graph-reducer.h>

Collaboration diagram for v8::internal::compiler::Reduction:

Public Member Functions

 Reduction (Node *replacement=nullptr)
 
Nodereplacement () const
 
bool Changed () const
 
Reduction FollowedBy (Reduction next) const
 

Private Attributes

Nodereplacement_
 

Detailed Description

Definition at line 34 of file graph-reducer.h.

Constructor & Destructor Documentation

◆ Reduction()

v8::internal::compiler::Reduction::Reduction ( Node * replacement = nullptr)
inlineexplicit

Definition at line 36 of file graph-reducer.h.

Member Function Documentation

◆ Changed()

bool v8::internal::compiler::Reduction::Changed ( ) const
inline

Definition at line 39 of file graph-reducer.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FollowedBy()

Reduction v8::internal::compiler::Reduction::FollowedBy ( Reduction next) const
inline

Definition at line 40 of file graph-reducer.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ replacement()

Node * v8::internal::compiler::Reduction::replacement ( ) const
inline

Definition at line 38 of file graph-reducer.h.

Here is the caller graph for this function:

Member Data Documentation

◆ replacement_

Node* v8::internal::compiler::Reduction::replacement_
private

Definition at line 46 of file graph-reducer.h.


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