Searched refs:ReplaceInput (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_inline_lowering.h | 195 void ReplaceInput(CallGateInfo &info, GateRef glue, MethodLiteral *method);
|
D | ts_inline_lowering.cpp | 117 ReplaceInput(info, glue, inlinedMethod); in TryInline() 330 void TSInlineLowering::ReplaceInput(CallGateInfo &info, GateRef glue, MethodLiteral *method) in ReplaceInput() function in panda::ecmascript::kungfu::TSInlineLowering
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | inst_builder.cpp | 316 user->ReplaceInput(const_inst, new_const); in SplitConstant()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | compiler_inst_test.cpp | 828 inst->ReplaceInput(inst->GetInput(0).GetInst(), inst1); in __anon7b7a1abf1102()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | graph_cloner.cpp | 334 … outer_phi->ReplaceInput(header_phi, header_phi->CastToPhi()->GetPhiInput(unroll_data->backedge)); in UpdateUsersAfterNoSideExitsUnroll()
|
D | inst.h | 1056 void ReplaceInput(Inst *old_input, Inst *new_input) in ReplaceInput() function
|