Lines Matching defs:cur
147 GateRef cur;
159 auto &cur = curState.cur;
163 gateAcc.SetFinished(cur);
173 << "(id=" << gateAcc.GetId(cur) << ")";
174 LOG_COMPILER(ERROR) << "(id=" << gateAcc.GetId(cur) << ") is reachable from "
300 GateRef cur;
315 auto &cur = curState.cur;
319 gateAcc.SetFinished(cur);
323 const auto prev = gateAcc.GetIn(cur, idx);
330 << "(id=" << circuit->GetId(cur) << ")";
332 << "(id=" << circuit->GetId(cur) << ") without passing selectors";
346 while (dfsStack.top().cur != meet) {
347 cycleGatesList.push_back(dfsStack.top().cur);
448 auto& cur = st.top();
449 if (cur.it == cur.end) {
451 acc.SetFinished(cur.gate);
454 auto succ = *cur.it;
455 if (acc.IsLoopBackUse(cur.gate, cur.it)) {
456 cur.it++;
474 cur.it++;
521 size_t cur;
536 auto &cur = curState.cur;
540 timeOut[cur] = timestamp++;
547 jumpUp[succ][0] = cur;