Searched defs:newInput (Results 1 – 5 of 5) sorted by relevance
1318 for (auto &newInput : input->GetInputs()) { in LowerIf() local1346 auto newInput = input->GetInput(0).GetInst(); in InPlaceLowerIfImm() local
369 auto newInput = input1->GetInput(0).GetInst(); in VisitSub() local2583 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
1315 void ReplaceInput(Inst *oldInput, Inst *newInput) in ReplaceInput()3800 auto newInput = AppendInput(inst); in AppendBridge() local