Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc1251 HInstruction* load_or_store; member
2490 HInstruction* load_or_store = loads_and_stores_[loads_and_stores_index].load_or_store; in ProcessLoopPhiWithUnknownInput() local
2492 if (load_or_store->GetBlock() != block) { in ProcessLoopPhiWithUnknownInput()
2496 DCHECK_EQ(is_store, IsStore(load_or_store)); in ProcessLoopPhiWithUnknownInput()
2499 auto it = store_records_.find(load_or_store); in ProcessLoopPhiWithUnknownInput()
2544 load_or_store->GetType()); in ProcessLoopPhiWithUnknownInput()
2549 AddRemovedLoad(load_or_store, heap_value); in ProcessLoopPhiWithUnknownInput()
2550 TryRemovingNullCheck(load_or_store); in ProcessLoopPhiWithUnknownInput()
3817 HInstruction* load = record.load_or_store; in FinishFullLSE()
3833 DCHECK_EQ(is_store, IsStore(record.load_or_store)); in FinishFullLSE()
[all …]