Home | History | Annotate | Download | only in optimizing

Lines Matching full:increment

386                       int32_t increment,
393 increment_(increment),
501 const int32_t increment_; // Increment for each loop iteration.
627 // Make sure the comparison is in the loop header so each increment is
648 // increment/decrement.
914 int32_t increment;
915 if (ValueBound::IsAddOrSubAConstant(instruction, &left, &increment)) {
919 if (increment == 0) {
936 bound = increment > 0 ? initial_range->GetLower() :
939 bound = increment > 0 ? ValueBound::Min() : ValueBound::Max();
946 increment,
1649 // Increment `it2` now because `*it2` may disappear thanks to user->ReplaceInput().
1663 // Increment `it2` now because `*it2` may disappear thanks to user->RemoveAsUserOfInput().