Searched refs:current_phi (Results 1 – 1 of 1) sorted by relevance
1340 HInstruction* current_phi = block->GetFirstPhi(); in RecordCatchBlockInfo() local1342 while (current_phi != nullptr && current_phi->AsPhi()->GetRegNumber() < vreg) { in RecordCatchBlockInfo()1343 HInstruction* next_phi = current_phi->GetNext(); in RecordCatchBlockInfo()1345 current_phi->AsPhi()->GetRegNumber() <= next_phi->AsPhi()->GetRegNumber()) in RecordCatchBlockInfo()1347 current_phi = next_phi; in RecordCatchBlockInfo()1350 if (current_phi == nullptr || current_phi->AsPhi()->GetRegNumber() != vreg) { in RecordCatchBlockInfo()1353 Location location = current_phi->GetLocations()->Out(); in RecordCatchBlockInfo()