Home | History | Annotate | Download | only in optimizing

Lines Matching refs:first_input

739     HInstruction* first_input = phi->InputAt(0);
740 ReferenceTypeInfo first_input_rti = first_input->GetReferenceTypeInfo();
741 if (first_input_rti.IsValid() && !first_input->IsNullConstant()) {
742 phi->SetCanBeNull(first_input->CanBeNull());