Searched refs:next_phi (Results 1 – 3 of 3) sorted by relevance
853 HInstruction* next_phi = phi->GetNext(); in VisitPhi() local854 if (next_phi != nullptr) { in VisitPhi()855 size_t input_count_next = next_phi->InputCount(); in VisitPhi()862 next_phi->GetId(), in VisitPhi()899 HInstruction* next_phi = phi->GetNext(); in VisitPhi() local900 if (next_phi != nullptr && phi->GetRegNumber() > next_phi->AsPhi()->GetRegNumber()) { in VisitPhi()904 next_phi->GetId(), in VisitPhi()
681 HPhi* next_phi = next->AsPhi(); in GetFloatDoubleOrReferenceEquivalentOfPhi() local682 DCHECK_EQ(next_phi->GetType(), type); in GetFloatDoubleOrReferenceEquivalentOfPhi()683 return next_phi->IsLive() ? next_phi : nullptr; in GetFloatDoubleOrReferenceEquivalentOfPhi()
1343 HInstruction* next_phi = current_phi->GetNext(); in RecordCatchBlockInfo() local1344 DCHECK(next_phi == nullptr || in RecordCatchBlockInfo()1345 current_phi->AsPhi()->GetRegNumber() <= next_phi->AsPhi()->GetRegNumber()) in RecordCatchBlockInfo()1347 current_phi = next_phi; in RecordCatchBlockInfo()