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.cpp1352 for (auto &newInput : input->GetInputs()) { in LowerIf() local
1380 auto newInput = input->GetInput(0).GetInst(); in InPlaceLowerIfImm() local
Dpeepholes.cpp370 auto newInput = input1->GetInput(0).GetInst(); in VisitSub() local
2614 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.h1319 void ReplaceInput(Inst *oldInput, Inst *newInput) in ReplaceInput()
3824 auto newInput = AppendInput(inst); in AppendBridge() local