Searched refs:first_input_index_not_null (Results 1 – 1 of 1) sorted by relevance
953 size_t first_input_index_not_null = 0; in UpdatePhi() local954 while (first_input_index_not_null < inputs.size() && in UpdatePhi()955 inputs[first_input_index_not_null]->IsNullConstant()) { in UpdatePhi()956 first_input_index_not_null++; in UpdatePhi()958 if (first_input_index_not_null == inputs.size()) { in UpdatePhi()965 ReferenceTypeInfo new_rti = instr->InputAt(first_input_index_not_null)->GetReferenceTypeInfo(); in UpdatePhi()973 for (size_t i = first_input_index_not_null + 1; i < inputs.size(); i++) { in UpdatePhi()