Lines Matching refs:cur
146 GateRef cur; in RunCFGIsDAGCheck() member
158 auto &cur = curState.cur; in RunCFGIsDAGCheck() local
162 gateAcc.SetFinished(cur); in RunCFGIsDAGCheck()
172 << "(id=" << gateAcc.GetId(cur) << ")"; in RunCFGIsDAGCheck()
173 LOG_COMPILER(ERROR) << "(id=" << gateAcc.GetId(cur) << ") is reachable from " in RunCFGIsDAGCheck()
298 GateRef cur; in RunFlowCyclesFind() member
313 auto &cur = curState.cur; in RunFlowCyclesFind() local
317 gateAcc.SetFinished(cur); in RunFlowCyclesFind()
321 const auto prev = gateAcc.GetIn(cur, idx); in RunFlowCyclesFind()
328 << "(id=" << circuit->GetId(cur) << ")"; in RunFlowCyclesFind()
330 << "(id=" << circuit->GetId(cur) << ") without passing selectors"; in RunFlowCyclesFind()
344 while (dfsStack.top().cur != meet) { in RunFlowCyclesFind()
345 cycleGatesList.push_back(dfsStack.top().cur); in RunFlowCyclesFind()
473 size_t cur; in Run() member
488 auto &cur = curState.cur; in Run() local
492 timeOut[cur] = timestamp++; in Run()
499 jumpUp[succ][0] = cur; in Run()