Searched defs:DFSState (Results 1 – 5 of 5) sorted by relevance
139 struct DFSState { in RunCFGIsDAGCheck() struct140 GateRef cur; in RunCFGIsDAGCheck()141 GateAccessor::ConstUseWrapper uses; in RunCFGIsDAGCheck()142 GateAccessor::ConstUseIterator use; in RunCFGIsDAGCheck()292 struct DFSState { in RunFlowCyclesFind() struct293 GateRef cur; in RunFlowCyclesFind()294 size_t numIns; in RunFlowCyclesFind()295 size_t idx; in RunFlowCyclesFind()513 struct DFSState { in Run() struct514 size_t cur; in Run()[all …]
153 struct DFSState { in Run() struct154 size_t cur; in Run()155 std::vector<size_t> &succList; in Run()156 size_t idx; in Run()242 struct DFSState { in CalculateSchedulingUpperBound() struct243 GateRef curGate = Circuit::NullGate(); in CalculateSchedulingUpperBound()244 std::vector<GateRef> predGates; in CalculateSchedulingUpperBound()245 size_t idx = 0; in CalculateSchedulingUpperBound()246 size_t curUpperBound = 0; in CalculateSchedulingUpperBound()
559 struct DFSState { struct in panda::ecmascript::kungfu::LoopInfoBuilder560 DFSState(GateRegion *region, size_t index) in DFSState() argument563 GateRegion *region;564 size_t index;
1338 struct DFSState { struct in panda::ecmascript::kungfu::BlockLoopAnalysis1339 DFSState(size_t bbId, size_t index) in DFSState() function1342 size_t bbId;1343 size_t index;
163 struct DFSState { in PerformDFS() struct164 size_t cur; in PerformDFS()165 std::vector<size_t> &succList; in PerformDFS()166 size_t idx; in PerformDFS()