Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc2900 new_ref_phis_(alloc_->Adapter(kArenaAllocLSE)), in PartialLoadStoreEliminationHelper()
2915 new_ref_phis_.reserve(num_partial_singletons * GetGraph()->GetBlocks().size());
2927 rtp_fixup.Visit(ArrayRef<HInstruction* const>(new_ref_phis_)); in ~PartialLoadStoreEliminationHelper()
3583 new_ref_phis_.push_back(ins->AsPhi()); in NotifyNewMaterialization()
3600 ScopedArenaVector<HInstruction*> new_ref_phis_; member in art::PartialLoadStoreEliminationHelper