Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc1251 HInstruction* load_or_store; member
2447 loads_and_stores_[loads_and_stores_index].load_or_store->GetBlock() == block) { in ProcessLoopPhiWithUnknownInput()
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()
2495 bool is_store = load_or_store->GetSideEffects().DoesAnyWrite(); in ProcessLoopPhiWithUnknownInput()
2496 DCHECK_EQ(is_store, IsStore(load_or_store)); in ProcessLoopPhiWithUnknownInput()
2499 auto it = store_records_.find(load_or_store); in ProcessLoopPhiWithUnknownInput()
2504 stored_value != nullptr ? stored_value : load_or_store); in ProcessLoopPhiWithUnknownInput()
2536 local_heap_values[idx] = Value::ForInstruction(load_or_store); in ProcessLoopPhiWithUnknownInput()
2544 load_or_store->GetType()); in ProcessLoopPhiWithUnknownInput()
[all …]