Home | History | Annotate | Download | only in optimizing

Lines Matching refs:initial_

392         initial_(initial),
450 // If we can prove for the last number in sequence of initial_,
451 // initial_ + increment_, initial_ + 2 x increment_, ...
457 if (initial_->IsIntConstant()) {
458 int32_t initial_constant = initial_->AsIntConstant()->GetValue();
500 HInstruction* const initial_; // Initial value.
502 const ValueBound bound_; // Additional value bound info for initial_.