![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-escape-analysis.h>
Public Member Functions | |
WasmEscapeAnalysis (Editor *editor, MachineGraph *mcgraph) | |
const char * | reducer_name () const override |
Reduction | Reduce (Node *node) final |
![]() | |
AdvancedReducer (Editor *editor) | |
![]() | |
virtual | ~Reducer ()=default |
Reduction | Reduce (Node *node, ObserveNodeManager *observe_node_manager) |
virtual void | Finalize () |
Private Member Functions | |
Reduction | ReduceAllocateRaw (Node *call) |
Private Attributes | |
MachineGraph *const | mcgraph_ |
Additional Inherited Members | |
![]() | |
static Reduction | NoChange () |
static Reduction | Replace (Node *node) |
static Reduction | Changed (Node *node) |
![]() | |
void | Replace (Node *node, Node *replacement) |
void | Replace (Node *node, Node *replacement, NodeId max_id) |
void | Revisit (Node *node) |
void | ReplaceWithValue (Node *node, Node *value, Node *effect=nullptr, Node *control=nullptr) |
void | RelaxEffectsAndControls (Node *node) |
void | RelaxControls (Node *node, Node *control=nullptr) |
void | MergeControlToEnd (TFGraph *graph, CommonOperatorBuilder *common, Node *node) |
![]() | |
static Reduction | Replace (Node *node) |
Definition at line 22 of file wasm-escape-analysis.h.
|
inline |
Definition at line 24 of file wasm-escape-analysis.h.
Implements v8::internal::compiler::Reducer.
Definition at line 14 of file wasm-escape-analysis.cc.
Definition at line 23 of file wasm-escape-analysis.cc.
|
inlineoverridevirtual |
Implements v8::internal::compiler::Reducer.
Definition at line 27 of file wasm-escape-analysis.h.
|
private |
Definition at line 33 of file wasm-escape-analysis.h.