Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc787 bool possibly_redundant = false; in VisitSetLocation() local
801 possibly_redundant = true; in VisitSetLocation()
806 possibly_redundant = false; in VisitSetLocation()
819 possibly_redundant = false; in VisitSetLocation()
827 if (same_value || possibly_redundant) { in VisitSetLocation()
832 if (possibly_redundant) { in VisitSetLocation()