Searched refs:kept_stores_ (Results 1 – 1 of 1) sorted by relevance
826 kept_stores_.SetBit(instruction->GetId()); in KeepStores()1268 ArenaBitVector kept_stores_; member in art::LSEVisitor1467 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 …]