Searched refs:possibly_removed_stores_ (Results 1 – 1 of 1) sorted by relevance
105 possibly_removed_stores_(allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor()237 for (HInstruction* store : possibly_removed_stores_) { in RemoveInstructions()324 auto idx = std::find(possibly_removed_stores_.begin(), in KeepIfIsStore()325 possibly_removed_stores_.end(), heap_value); in KeepIfIsStore()326 if (idx != possibly_removed_stores_.end()) { in KeepIfIsStore()328 possibly_removed_stores_.erase(idx); in KeepIfIsStore()672 possibly_removed_stores_.push_back(instruction); in VisitSetLocation()919 ScopedArenaVector<HInstruction*> possibly_removed_stores_; member in art::LSEVisitor