Searched refs:store_end (Results 1 – 1 of 1) sorted by relevance
593 auto store_it = values->store_loc_set.begin(), store_end = values->store_loc_set.end(); in IntersectAliasingValueLocations() local595 while (store_it != store_end || load_it != load_end) { in IntersectAliasingValueLocations()597 if (store_it != store_end && (load_it == load_end || *store_it < load_it->first)) { in IntersectAliasingValueLocations()603 DCHECK(store_it == store_end || cmp(loc, *store_it)); in IntersectAliasingValueLocations()