![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
StoreLoadInfo (const Graph *graph, const Op *op) | |
std::optional< int > | operator- (const StoreLoadInfo< Op > &rhs) const |
bool | IsValid () const |
const Operation * | index () const |
int64_t | offset () const |
const Op * | op () const |
Private Member Functions | |
void | SetInvalid () |
Private Attributes | |
const Op * | op_ |
const Operation * | base_ = nullptr |
const Operation * | index_ = nullptr |
int64_t | offset_ |
Definition at line 63 of file wasm-revec-reducer.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
private |
Definition at line 153 of file wasm-revec-reducer.cc.
|
private |
Definition at line 154 of file wasm-revec-reducer.cc.
|
private |
Definition at line 155 of file wasm-revec-reducer.cc.
|
private |
Definition at line 152 of file wasm-revec-reducer.cc.