Searched refs:first_input_index_not_null (Results 1 – 1 of 1) sorted by relevance
895 size_t first_input_index_not_null = 0; in UpdatePhi() local896 while (first_input_index_not_null < inputs.size() && in UpdatePhi()897 inputs[first_input_index_not_null]->IsNullConstant()) { in UpdatePhi()898 first_input_index_not_null++; in UpdatePhi()900 if (first_input_index_not_null == inputs.size()) { in UpdatePhi()907 ReferenceTypeInfo new_rti = instr->InputAt(first_input_index_not_null)->GetReferenceTypeInfo(); in UpdatePhi()915 for (size_t i = first_input_index_not_null + 1; i < inputs.size(); i++) { in UpdatePhi()