Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dload_store_elimination.cc2285 bool replaced_heap_value_with_unknown = false; in ProcessLoopPhiWithUnknownInput() local
2382 replaced_heap_value_with_unknown = true; in ProcessLoopPhiWithUnknownInput()
2387 DCHECK(found_unreplaceable_load || replaced_heap_value_with_unknown); in ProcessLoopPhiWithUnknownInput()