|
enum | ConstraintKind { kStrict,
kNonStrict
} |
|
enum | ArithmeticType { kAddition,
kSubtraction
} |
|
|
Node * | phi () const |
|
Node * | effect_phi () const |
|
Node * | arith () const |
|
Node * | increment () const |
|
Node * | init_value () const |
|
const ZoneVector< Bound > & | lower_bounds () |
|
const ZoneVector< Bound > & | upper_bounds () |
|
ArithmeticType | Type () |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone) |
|
|
class | LoopVariableOptimizer |
|
Definition at line 20 of file loop-variable-optimizer.h.
The documentation for this class was generated from the following files: