Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dload_store_elimination.cc2266 ScopedArenaVector<Value> local_heap_values(allocator.Adapter(kArenaAllocLSE)); in ProcessLoopPhiWithUnknownInput() local
2293 local_heap_values.clear(); in ProcessLoopPhiWithUnknownInput()
2294 local_heap_values.resize(num_heap_locations, Value::Invalid()); in ProcessLoopPhiWithUnknownInput()
2324 local_heap_values[idx] = record->value; in ProcessLoopPhiWithUnknownInput()
2327 local_heap_values[idx] = Value::ForInstruction( in ProcessLoopPhiWithUnknownInput()
2338 if (local_heap_values[idx].IsInvalid()) { in ProcessLoopPhiWithUnknownInput()
2339 local_heap_values[idx] = get_initial_value(block, idx); in ProcessLoopPhiWithUnknownInput()
2341 if (local_heap_values[idx].IsUnknown()) { in ProcessLoopPhiWithUnknownInput()
2348 local_heap_values[idx] = Value::ForInstruction(load_or_store); in ProcessLoopPhiWithUnknownInput()
2349 } else if (local_heap_values[idx].NeedsLoopPhi()) { in ProcessLoopPhiWithUnknownInput()
[all …]