Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc678 substitute_instructions_for_loads_.size()); in ReplacementOrValue()
680 substitute_instructions_for_loads_[value.GetInstruction()->GetId()]; in ReplacementOrValue()
749 if (id >= substitute_instructions_for_loads_.size()) { in FindSubstitute()
754 HInstruction* substitute = substitute_instructions_for_loads_[id]; in FindSubstitute()
780 substitute_instructions_for_loads_[load->GetId()] = in AddRemovedLoad()
1259 ScopedArenaVector<HInstruction*> substitute_instructions_for_loads_; member in art::LSEVisitor
1463 substitute_instructions_for_loads_(graph->GetCurrentInstructionId(), in LSEVisitor()
3253 DCHECK(helper_->lse_->substitute_instructions_for_loads_[ins->GetId()] == nullptr); in PredicateInstructions()
3254 helper_->lse_->substitute_instructions_for_loads_[ins->GetId()] = new_fget; in PredicateInstructions()
3813 HInstruction* substitute = substitute_instructions_for_loads_[id]; in FinishFullLSE()