Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc3236 HInstruction* new_fget = new (GetGraph()->GetAllocator()) HPredicatedInstanceFieldGet( in PredicateInstructions() local
3241 ins->GetBlock()->InsertInstructionBefore(new_fget, ins); in PredicateInstructions()
3244 new_fget->SetReferenceTypeInfo(ins->GetReferenceTypeInfo()); in PredicateInstructions()
3254 helper_->lse_->substitute_instructions_for_loads_[ins->GetId()] = new_fget; in PredicateInstructions()
3255 ins->ReplaceWith(new_fget); in PredicateInstructions()
3256 ins->ReplaceEnvUsesDominatedBy(ins, new_fget); in PredicateInstructions()