Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.h91 void UpdatePhi(HPhi* phi) REQUIRES_SHARED(Locks::mutator_lock_);
Dreference_type_propagation.cc827 UpdatePhi(instr->AsPhi()); in UpdateReferenceTypeInfo()
891 void ReferenceTypePropagation::UpdatePhi(HPhi* instr) { in UpdatePhi() function in art::ReferenceTypePropagation