Searched refs:first_input_index_not_null (Results 1 – 1 of 1) sorted by relevance
919 size_t first_input_index_not_null = 0; in UpdatePhi() local920 while (first_input_index_not_null < inputs.size() && in UpdatePhi()921 inputs[first_input_index_not_null]->IsNullConstant()) { in UpdatePhi()922 first_input_index_not_null++; in UpdatePhi()924 if (first_input_index_not_null == inputs.size()) { in UpdatePhi()931 ReferenceTypeInfo new_rti = instr->InputAt(first_input_index_not_null)->GetReferenceTypeInfo(); in UpdatePhi()939 for (size_t i = first_input_index_not_null + 1; i < inputs.size(); i++) { in UpdatePhi()