Searched refs:previous_phi (Results 1 – 1 of 1) sorted by relevance
1285 HInstruction* previous_phi = phi->GetPrevious(); in AllocateSpillSlotForCatchPhi() local1286 DCHECK(previous_phi == nullptr || previous_phi->AsPhi()->GetRegNumber() <= phi->GetRegNumber()) in AllocateSpillSlotForCatchPhi()1289 if (phi->IsVRegEquivalentOf(previous_phi)) { in AllocateSpillSlotForCatchPhi()1292 DCHECK(previous_phi->GetLiveInterval()->HasSpillSlot()); in AllocateSpillSlotForCatchPhi()1293 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()