Searched refs:IsValueKilledByLoopSideEffects (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_analysis.h133 bool IsValueKilledByLoopSideEffects() const { function in class:art::HeapLocation
493 DCHECK_EQ(location->IsValueKilledByLoopSideEffects(), true);
H A Dload_store_elimination.cc370 if (ref_info->IsSingleton() && !location->IsValueKilledByLoopSideEffects()) {

Completed in 26 milliseconds