v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::LoopVariableOptimizer::Constraint Struct Reference
Collaboration diagram for v8::internal::compiler::LoopVariableOptimizer::Constraint:

Public Member Functions

bool operator!= (const Constraint &other) const
 

Public Attributes

Nodeleft
 
InductionVariable::ConstraintKind kind
 
Noderight
 

Detailed Description

Definition at line 88 of file loop-variable-optimizer.h.

Member Function Documentation

◆ operator!=()

bool v8::internal::compiler::LoopVariableOptimizer::Constraint::operator!= ( const Constraint & other) const
inline

Definition at line 93 of file loop-variable-optimizer.h.

Member Data Documentation

◆ kind

InductionVariable::ConstraintKind v8::internal::compiler::LoopVariableOptimizer::Constraint::kind

Definition at line 90 of file loop-variable-optimizer.h.

◆ left

Node* v8::internal::compiler::LoopVariableOptimizer::Constraint::left

Definition at line 89 of file loop-variable-optimizer.h.

◆ right

Node* v8::internal::compiler::LoopVariableOptimizer::Constraint::right

Definition at line 91 of file loop-variable-optimizer.h.


The documentation for this struct was generated from the following file: