Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc818 phi_placeholders_to_search_for_kept_stores_.SetBit(PhiPlaceholderIndex(value)); in KeepStores()
822 phi_placeholders_to_search_for_kept_stores_.SetBit(PhiPlaceholderIndex(value)); in KeepStores()
1271 ArenaBitVector phi_placeholders_to_search_for_kept_stores_; member in art::LSEVisitor
1471 phi_placeholders_to_search_for_kept_stores_(&allocator_, in LSEVisitor()
1491 phi_placeholders_to_search_for_kept_stores_.ClearAllBits(); in LSEVisitor()
2616 size_t start_size = phi_placeholders_to_search_for_kept_stores_.NumSetBits(); in SearchPhiPlaceholdersForKeptStores()
2618 for (uint32_t index : phi_placeholders_to_search_for_kept_stores_.Indexes()) { in SearchPhiPlaceholdersForKeptStores()
2662 if (!phi_placeholders_to_search_for_kept_stores_.IsBitSet(phi_placeholder_index)) { in SearchPhiPlaceholdersForKeptStores()
2663 phi_placeholders_to_search_for_kept_stores_.SetBit(phi_placeholder_index); in SearchPhiPlaceholdersForKeptStores()
2700 !phi_placeholders_to_search_for_kept_stores_.IsBitSet( in UpdateValueRecordForStoreElimination()
[all …]