Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc629 bool possibly_redundant = false; in VisitSetLocation() local
644 possibly_redundant = true; in VisitSetLocation()
652 possibly_redundant = true; in VisitSetLocation()
660 if (possibly_redundant && !instruction->CanThrow()) { in VisitSetLocation()