Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc972 void FindOldValueForPhiPlaceholder(PhiPlaceholder phi_placeholder, DataType::Type type);
2714 void LSEVisitor::FindOldValueForPhiPlaceholder(PhiPlaceholder phi_placeholder, in FindOldValueForPhiPlaceholder() function in art::LSEVisitor
2845 FindOldValueForPhiPlaceholder(store_record.old_value_record.value.GetPhiPlaceholder(), type); in FindStoresWritingOldValues()