Searched refs:phi_input_index (Results 1 – 1 of 1) sorted by relevance
191 size_t phi_input_index = successor->GetPredecessorIndexOf(block); in ComputeLiveRanges() local194 HInstruction* input = phi->InputAt(phi_input_index); in ComputeLiveRanges()195 input->GetLiveInterval()->AddPhiUse(phi, phi_input_index, block); in ComputeLiveRanges()