Searched refs:next_phi (Results 1 – 3 of 3) sorted by relevance
738 HInstruction* next_phi = phi->GetNext(); in VisitPhi() local739 if (next_phi != nullptr) { in VisitPhi()740 size_t input_count_next = next_phi->InputCount(); in VisitPhi()747 next_phi->GetId(), in VisitPhi()784 HInstruction* next_phi = phi->GetNext(); in VisitPhi() local785 if (next_phi != nullptr && phi->GetRegNumber() > next_phi->AsPhi()->GetRegNumber()) { in VisitPhi()789 next_phi->GetId(), in VisitPhi()
630 HPhi* next_phi = next->AsPhi(); in GetFloatDoubleOrReferenceEquivalentOfPhi() local631 DCHECK_EQ(next_phi->GetType(), type); in GetFloatDoubleOrReferenceEquivalentOfPhi()632 return next_phi->IsLive() ? next_phi : nullptr; in GetFloatDoubleOrReferenceEquivalentOfPhi()
860 HInstruction* next_phi = current_phi->GetNext(); in RecordCatchBlockInfo() local861 DCHECK(next_phi == nullptr || in RecordCatchBlockInfo()862 current_phi->AsPhi()->GetRegNumber() <= next_phi->AsPhi()->GetRegNumber()) in RecordCatchBlockInfo()864 current_phi = next_phi; in RecordCatchBlockInfo()