V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::AdvancedReducer Class Reference
Inheritance diagram for v8::internal::compiler::AdvancedReducer:
v8::internal::compiler::Reducer v8::internal::compiler::JSCallReducer v8::internal::compiler::JSContextSpecialization v8::internal::compiler::JSInliner v8::internal::compiler::JSInliningHeuristic v8::internal::compiler::JSNativeContextSpecialization v8::internal::compiler::RedundancyElimination

Classes

class  Editor
 

Public Member Functions

 AdvancedReducer (Editor *editor)
 
- Public Member Functions inherited from v8::internal::compiler::Reducer
virtual const charreducer_name () const =0
 
virtual Reduction Reduce (Node *node)=0
 
virtual void Finalize ()
 

Protected Member Functions

void Replace (Node *node, Node *replacement)
 
void Revisit (Node *node)
 
void ReplaceWithValue (Node *node, Node *value, Node *effect=nullptr, Node *control=nullptr)
 
void RelaxEffectsAndControls (Node *node)
 
void RelaxControls (Node *node)
 

Static Protected Member Functions

static Reduction Replace (Node *node)
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::Reducer
static Reduction NoChange ()
 
static Reduction Replace (Node *node)
 
static Reduction Changed (Node *node)
 

Detailed Description

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


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