v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::CsaLoadEliminationHelpers Namespace Reference

Functions

bool Subsumes (MachineRepresentation from, MachineRepresentation to)
 
bool IsConstantObject (Node *object)
 
bool IsFreshObject (Node *object)
 

Function Documentation

◆ IsConstantObject()

bool v8::internal::compiler::CsaLoadEliminationHelpers::IsConstantObject ( Node * object)

Definition at line 80 of file csa-load-elimination.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsFreshObject()

bool v8::internal::compiler::CsaLoadEliminationHelpers::IsFreshObject ( Node * object)

Definition at line 86 of file csa-load-elimination.cc.

Here is the caller graph for this function:

◆ Subsumes()

bool v8::internal::compiler::CsaLoadEliminationHelpers::Subsumes ( MachineRepresentation from,
MachineRepresentation to )

Definition at line 71 of file csa-load-elimination.cc.

Here is the call graph for this function:
Here is the caller graph for this function: