#include <loop-variable-optimizer.h>
Definition at line 20 of file loop-variable-optimizer.h.
◆ ArithmeticType
◆ ConstraintKind
◆ InductionVariable()
◆ AddLowerBound()
◆ AddUpperBound()
◆ arith()
Node * v8::internal::compiler::InductionVariable::arith |
( |
| ) |
const |
|
inline |
◆ effect_phi()
Node * v8::internal::compiler::InductionVariable::effect_phi |
( |
| ) |
const |
|
inline |
◆ increment()
Node * v8::internal::compiler::InductionVariable::increment |
( |
| ) |
const |
|
inline |
◆ init_value()
Node * v8::internal::compiler::InductionVariable::init_value |
( |
| ) |
const |
|
inline |
◆ lower_bounds()
const ZoneVector< Bound > & v8::internal::compiler::InductionVariable::lower_bounds |
( |
| ) |
|
|
inline |
◆ phi()
Node * v8::internal::compiler::InductionVariable::phi |
( |
| ) |
const |
|
inline |
◆ Type()
◆ upper_bounds()
const ZoneVector< Bound > & v8::internal::compiler::InductionVariable::upper_bounds |
( |
| ) |
|
|
inline |
◆ LoopVariableOptimizer
◆ arith_
Node* v8::internal::compiler::InductionVariable::arith_ |
|
private |
◆ arithmeticType_
ArithmeticType v8::internal::compiler::InductionVariable::arithmeticType_ |
|
private |
◆ effect_phi_
Node* v8::internal::compiler::InductionVariable::effect_phi_ |
|
private |
◆ increment_
Node* v8::internal::compiler::InductionVariable::increment_ |
|
private |
◆ init_value_
Node* v8::internal::compiler::InductionVariable::init_value_ |
|
private |
◆ lower_bounds_
◆ phi_
Node* v8::internal::compiler::InductionVariable::phi_ |
|
private |
◆ upper_bounds_
◆ Zone
friend v8::internal::compiler::InductionVariable::Zone |
|
private |
The documentation for this class was generated from the following files: