Home | History | Annotate | Download | only in optimizing

Lines Matching defs:ReplaceInput

377     phi->ReplaceInput(first_instr, second);
378 phi->ReplaceInput(second_instr, first);
485 header_phi->ReplaceInput(preheader_phi, first_nonbackedge_pred_pos);
1283 // Increment `it` now because `*it` may disappear thanks to user->ReplaceInput().
1286 ReplaceInput(replacement, index);
1291 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) {