Searched refs:next_phi (Results 1 – 3 of 3) sorted by relevance
763 HInstruction* next_phi = phi->GetNext(); in VisitPhi() local764 if (next_phi != nullptr) { in VisitPhi()765 size_t input_count_next = next_phi->InputCount(); in VisitPhi()772 next_phi->GetId(), in VisitPhi()809 HInstruction* next_phi = phi->GetNext(); in VisitPhi() local810 if (next_phi != nullptr && phi->GetRegNumber() > next_phi->AsPhi()->GetRegNumber()) { in VisitPhi()814 next_phi->GetId(), in VisitPhi()
643 HPhi* next_phi = next->AsPhi(); in GetFloatDoubleOrReferenceEquivalentOfPhi() local644 DCHECK_EQ(next_phi->GetType(), type); in GetFloatDoubleOrReferenceEquivalentOfPhi()645 return next_phi->IsLive() ? next_phi : nullptr; in GetFloatDoubleOrReferenceEquivalentOfPhi()
1128 HInstruction* next_phi = current_phi->GetNext(); in RecordCatchBlockInfo() local1129 DCHECK(next_phi == nullptr || in RecordCatchBlockInfo()1130 current_phi->AsPhi()->GetRegNumber() <= next_phi->AsPhi()->GetRegNumber()) in RecordCatchBlockInfo()1132 current_phi = next_phi; in RecordCatchBlockInfo()