Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc1262 ScopedArenaVector<StoreRecord*> store_records_; member in art::LSEVisitor
1441 store_records_(allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor()
1767 if (store_records_.empty()) { in VisitSetLocation()
1768 store_records_.resize(GetGraph()->GetCurrentInstructionId(), nullptr); in VisitSetLocation()
1770 DCHECK_EQ(store_records_[instruction->GetId()], nullptr); in VisitSetLocation()
1771 store_records_[instruction->GetId()] = in VisitSetLocation()
2465 StoreRecord* store_record = store_records_[load_or_store->GetId()]; in ProcessLoopPhiWithUnknownInput()
2645 StoreRecord* store_record = store_records_[value_record->stored_by.GetInstruction()->GetId()]; in UpdateValueRecordForStoreElimination()
2785 StoreRecord* store_record = store_records_[store_id]; in FindStoresWritingOldValues()