Searched refs:removed_loads_ (Results 1 – 1 of 1) sorted by relevance
522 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