Searched defs:possibly_redundant (Results 1 - 1 of 1) sorted by relevance

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

Completed in 154 milliseconds