Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc911 HPhi* other_phi = phi_it.Current()->AsPhi(); in VisitPhi() local
912 if (phi != other_phi && phi->GetRegNumber() == other_phi->GetRegNumber()) { in VisitPhi()
913 if (phi->GetType() == other_phi->GetType()) { in VisitPhi()
922 type_str << other_phi->GetType(); in VisitPhi()
938 if (!IsConstantEquivalent(phi, other_phi, &visited)) { in VisitPhi()
942 other_phi->GetId(), in VisitPhi()