Lines Matching defs:GetCopy
28 GateRef copyExit = GetCopy(acc_.GetState(exit));
34 GateRef copyDepend = GetCopy(acc_.GetDep(depend));
41 GateRef copyValue = GetCopy(acc_.GetValueIn(value));
64 GateRef copy = GetCopy(gate);
94 acc_.NewIn(newGate, i - 1, GetCopy(input)); // 1: is state
110 acc_.NewIn(merge, i - skipValue, GetCopy(input));
124 acc_.ReplaceIn(loopInfo_->loopHead, 0, GetCopy(stateBack)); // 0: index of state forward
129 acc_.ReplaceIn(*it, 1, GetCopy(backward)); // 1: index of depend or value forward
142 copies_[gate] = GetCopy(acc_.GetState(gate));
189 GateRef LoopPeeling::GetCopy(GateRef gate) const