Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1342 for (auto &newInput : input->GetInputs()) { in LowerIf() local
1370 auto newInput = input->GetInput(0).GetInst(); in InPlaceLowerIfImm() local
Dpeepholes.cpp369 auto newInput = input1->GetInput(0).GetInst(); in VisitSub() local
2574 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/static_core/compiler/optimizer/ir/
Dinst.h1305 void ReplaceInput(Inst *oldInput, Inst *newInput) in ReplaceInput()
3786 auto newInput = AppendInput(inst); in AppendBridge() local