Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc2478 bool replaced_heap_value_with_unknown = false; in ProcessLoopPhiWithUnknownInput() local
2567 replaced_heap_value_with_unknown = true; in ProcessLoopPhiWithUnknownInput()
2572 DCHECK(found_unreplaceable_load || replaced_heap_value_with_unknown); in ProcessLoopPhiWithUnknownInput()