Searched refs:DfsStack (Results 1 – 1 of 1) sorted by relevance
184 using DfsStack = std::stack<DfsState>; variable186 Path DfsBuildCycleInfo(DfsStack &dfsStack, DfsState state) in DfsBuildCycleInfo()207 DfsAction DfsVisitChildren(DfsStack &dfsStack, DfsState &state) in DfsVisitChildren()232 bool DfsPopState(DfsStack &dfsStack, DfsState &state) in DfsPopState()247 DfsStack dfsStack; in RunDfsFromVertex()