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

Public Member Functions

virtual const charreducer_name () const =0
 
virtual Reduction Reduce (Node *node)=0
 
virtual void Finalize ()
 

Static Public Member Functions

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

Detailed Description

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


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