Searched defs:DFSState (Results 1 – 2 of 2) sorted by relevance
142 struct DFSState { in RunCFGIsDAGCheck() struct143 GateRef cur; in RunCFGIsDAGCheck()144 GateAccessor::ConstUseWrapper uses; in RunCFGIsDAGCheck()145 GateAccessor::ConstUseIterator use; in RunCFGIsDAGCheck()294 struct DFSState { in RunFlowCyclesFind() struct295 GateRef cur; in RunFlowCyclesFind()296 size_t numIns; in RunFlowCyclesFind()297 size_t idx; in RunFlowCyclesFind()467 struct DFSState { in Run() struct468 size_t cur; in Run()[all …]
149 struct DFSState { in Run() struct150 size_t cur; in Run()151 std::vector<size_t> &succList; in Run()152 size_t idx; in Run()238 struct DFSState { in CalculateSchedulingUpperBound() struct239 GateRef curGate = Circuit::NullGate(); in CalculateSchedulingUpperBound()240 std::vector<GateRef> predGates; in CalculateSchedulingUpperBound()241 size_t idx = 0; in CalculateSchedulingUpperBound()242 size_t curUpperBound = 0; in CalculateSchedulingUpperBound()