Searched defs:newInput (Results 1 – 5 of 5) sorted by relevance
1352 for (auto &newInput : input->GetInputs()) { in LowerIf() local1380 auto newInput = input->GetInput(0).GetInst(); in InPlaceLowerIfImm() local
370 auto newInput = input1->GetInput(0).GetInst(); in VisitSub() local2614 bool Peepholes::SkipThisPeepholeInOSR(Inst *inst, Inst *newInput) in SkipThisPeepholeInOSR()
747 auto *newInput = input->GetInput(0).GetInst(); in TryRemoveUnwrapAndWrap() local
300 AbckitInst *newInput = nullptr; in ReplaceInst() member
1319 void ReplaceInput(Inst *oldInput, Inst *newInput) in ReplaceInput()3824 auto newInput = AppendInput(inst); in AppendBridge() local