Lines Matching defs:nextValue
596 GateRef currentValue, GateRef nextValue, bool isLoopBack, bool changedInLoop)
604 if (IsGateNotEmpty(nextValue) &&
605 (acc_.GetOpCode(nextValue) == OpCode::VALUE_SELECTOR &&
606 acc_.GetState(nextValue) == mergedContext->currentState_)) {
610 acc_.NewIn(nextValue, mergedContext->loopBackIndex_ + 1, currentValue); // 1: merge
614 acc_.NewIn(nextValue, mergedContext->mergeIndex_ + 1, currentValue); // 1: merge
616 mergeValueSelector = acc_.GetIn(nextValue, 1); // 1: index of phi of merge
620 result = nextValue;
621 } else if (currentValue != nextValue) {
632 acc_.NewIn(phi, i + 1, nextValue); // 1: merge
653 if (IsGateNotEmpty(nextValue)) {
655 acc_.NewIn(phi, i + 1, nextValue); // 1: merge