Home
last modified time | relevance | path

Searched defs:newInput (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1318 for (auto &newInput : input->GetInputs()) { in LowerIf() local
1346 auto newInput = input->GetInput(0).GetInst(); in InPlaceLowerIfImm() local
Dpeepholes.cpp369 auto newInput = input1->GetInput(0).GetInst(); in VisitSub() local
2583 bool Peepholes::SkipThisPeepholeInOSR(Inst *inst, Inst *newInput) in SkipThisPeepholeInOSR()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp747 auto *newInput = input->GetInput(0).GetInst(); in TryRemoveUnwrapAndWrap() local
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers.cpp300 AbckitInst *newInput = nullptr; in ReplaceInst() member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h1315 void ReplaceInput(Inst *oldInput, Inst *newInput) in ReplaceInput()
3800 auto newInput = AppendInput(inst); in AppendBridge() local