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

#include <graph-reducer.h>

Inheritance diagram for v8::internal::compiler::Reducer:
Collaboration diagram for v8::internal::compiler::Reducer:

Public Member Functions

virtual ~Reducer ()=default
 
virtual const char * reducer_name () const =0
 
Reduction Reduce (Node *node, ObserveNodeManager *observe_node_manager)
 
virtual void Finalize ()
 

Static Public Member Functions

static Reduction NoChange ()
 
static Reduction Replace (Node *node)
 
static Reduction Changed (Node *node)
 

Private Member Functions

virtual Reduction Reduce (Node *node)=0
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~Reducer()

virtual v8::internal::compiler::Reducer::~Reducer ( )
virtualdefault

Member Function Documentation

◆ Changed()

static Reduction v8::internal::compiler::Reducer::Changed ( Node * node)
inlinestatic

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

◆ Finalize()

void v8::internal::compiler::Reducer::Finalize ( )
virtual

◆ NoChange()

static Reduction v8::internal::compiler::Reducer::NoChange ( )
inlinestatic

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

◆ Reduce() [1/2]

◆ Reduce() [2/2]

Reduction v8::internal::compiler::Reducer::Reduce ( Node * node,
ObserveNodeManager * observe_node_manager )

Definition at line 32 of file graph-reducer.cc.

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

◆ reducer_name()

◆ Replace()

static Reduction v8::internal::compiler::Reducer::Replace ( Node * node)
inlinestatic

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

Here is the caller graph for this function:

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