HomeSort by relevance Sort by last modified time
    Searched full:existing_range (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
bounds_check_elimination.cc 618 ValueRange* existing_range = LookupValueRange(instruction, basic_block); local
619 if (existing_range == nullptr) {
625 if (existing_range->IsMonotonicValueRange()) {
633 AssignRange(successor, instruction, existing_range->Narrow(range));
847 ValueRange* existing_range = LookupValueRange(array_length, block); variable
848 if (existing_range != nullptr) {
849 ValueBound lower = existing_range->GetLower();
1126 ValueRange* existing_range = LookupValueRange(left, new_array->GetBlock()); variable
    [all...]

Completed in 61 milliseconds