Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc826 kept_stores_.SetBit(instruction->GetId()); in KeepStores()
1268 ArenaBitVector kept_stores_; member in art::LSEVisitor
1467 kept_stores_(&allocator_, in LSEVisitor()
1492 kept_stores_.ClearAllBits(); in LSEVisitor()
1822 !kept_stores_.IsBitSet(record.stored_by.GetInstruction()->GetId())); in VisitSetLocation()
1829 kept_stores_.SetBit(instruction->GetId()); in VisitSetLocation()
2625 kept_stores_.GetBitSizeOf(), in SearchPhiPlaceholdersForKeptStores()
2677 kept_stores_.SetBit(stored_by.GetInstruction()->GetId()); in SearchPhiPlaceholdersForKeptStores()
2686 not_kept_stores->Subtract(&kept_stores_); in SearchPhiPlaceholdersForKeptStores()
2694 !kept_stores_.IsBitSet(value_record->stored_by.GetInstruction()->GetId())) { in UpdateValueRecordForStoreElimination()
[all …]