Home
last modified time | relevance | path

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

/art/compiler/dex/
Dlocal_value_numbering.cc615 auto store_it = values->store_loc_set.begin(), store_end = values->store_loc_set.end(); in IntersectAliasingValueLocations() local
617 while (store_it != store_end || load_it != load_end) { in IntersectAliasingValueLocations()
619 if (store_it != store_end && (load_it == load_end || *store_it < load_it->first)) { in IntersectAliasingValueLocations()
625 DCHECK(store_it == store_end || cmp(loc, *store_it)); in IntersectAliasingValueLocations()