Searched defs:ReplaceInput (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dpc_relative_fixups_x86.cc67 ReplaceInput(ret, value, 0, true);
106 ReplaceInput(bin, rhs, 1, false);
190 void ReplaceInput(HInstruction* insn, HConstant* value, int input_index, bool materialize) { function in class:art::x86::PCRelativeHandlerVisitor
198 insn->ReplaceInput(load_constant, input_index);
229 ReplaceInput(invoke, input, i, true);
H A Dnodes.cc377 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 user->ReplaceInput(replacement, index);
1291 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { function in class:art::HInstruction

Completed in 9 milliseconds