Home
last modified time | relevance | path

Searched refs:existing_range (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc618 ValueRange* existing_range = LookupValueRange(instruction, basic_block); in ApplyRangeFromComparison() local
619 if (existing_range == nullptr) { in ApplyRangeFromComparison()
625 if (existing_range->IsMonotonicValueRange()) { in ApplyRangeFromComparison()
633 AssignRange(successor, instruction, existing_range->Narrow(range)); in ApplyRangeFromComparison()
847 ValueRange* existing_range = LookupValueRange(array_length, block); in VisitBoundsCheck() local
848 if (existing_range != nullptr) { in VisitBoundsCheck()
849 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck()
1126 ValueRange* existing_range = LookupValueRange(left, new_array->GetBlock()); in VisitNewArray() local
1127 if (existing_range != nullptr) { in VisitNewArray()
1128 range = existing_range->Narrow(range); in VisitNewArray()