![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <store-store-elimination-reducer-inl.h>
Public Member Functions | |
void | Analyze () |
OpIndex REDUCE_INPUT_GRAPH | Store (OpIndex ig_index, const StoreOp &store) |
Private Attributes | |
RedundantStoreAnalysis | analysis_ {Asm().input_graph(), Asm().phase_zone()} |
ZoneSet< OpIndex > | eliminable_stores_ {Asm().phase_zone()} |
ZoneMap< OpIndex, uint64_t > | mergeable_store_pairs_ {Asm().phase_zone()} |
Definition at line 448 of file store-store-elimination-reducer-inl.h.
|
inline |
Definition at line 452 of file store-store-elimination-reducer-inl.h.
|
inline |
Definition at line 457 of file store-store-elimination-reducer-inl.h.
|
private |
Definition at line 472 of file store-store-elimination-reducer-inl.h.
|
private |
Definition at line 473 of file store-store-elimination-reducer-inl.h.
|
private |
Definition at line 474 of file store-store-elimination-reducer-inl.h.