Home
last modified time | relevance | path

Searched refs:ReplaceInput (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h195 void ReplaceInput(CallGateInfo &info, GateRef glue, MethodLiteral *method);
Dts_inline_lowering.cpp117 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/
Dinst_builder.cpp316 user->ReplaceInput(const_inst, new_const); in SplitConstant()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp828 inst->ReplaceInput(inst->GetInput(0).GetInst(), inst1); in __anon7b7a1abf1102()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp334 … outer_phi->ReplaceInput(header_phi, header_phi->CastToPhi()->GetPhiInput(unroll_data->backedge)); in UpdateUsersAfterNoSideExitsUnroll()
Dinst.h1056 void ReplaceInput(Inst *old_input, Inst *new_input) in ReplaceInput() function