Lines Matching defs:in
4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
204 auto in = bytecodeInfo.inputs[i];
205 if (std::holds_alternative<VirtualRegister>(in)) {
206 auto vreg = std::get<VirtualRegister>(in).GetId();
477 return !bcBuilder_->IsOSR() && bb.numOfStatePreds - bb.numOfLoopBack != 1; // 1: loop in
517 ASSERT(numOfIns - bbNext.numOfLoopBack > 1); // 1: loop in
518 size_t numOfLoopIns = bbNext.numOfLoopBack + 1; // 1: loop in
640 // If the register value of the corresponding bit is changed in the loop or
671 if (!IfLoopNeedMerge(bbNext)) { // 1: only one loop in
874 // if there is no merge state, which means it's the sole loop in.