Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc522 removed_loads_(graph->GetArena()->Adapter(kArenaAllocLSE)), in LSEVisitor()
541 size_t size = removed_loads_.size(); in RemoveInstructions()
544 HInstruction* load = removed_loads_[i]; in RemoveInstructions()
724 removed_loads_.push_back(instruction); in VisitGetLocation()
756 removed_loads_.push_back(instruction); in VisitGetLocation()
994 size_t size = removed_loads_.size(); in FindSubstitute()
996 if (removed_loads_[i] == instruction) { in FindSubstitute()
1011 ArenaVector<HInstruction*> removed_loads_; member in art::LSEVisitor