Searched refs:dfsStack (Results 1 – 1 of 1) sorted by relevance
186 Path DfsBuildCycleInfo(DfsStack &dfsStack, DfsState state) in DfsBuildCycleInfo() argument194 while (!dfsStack.empty()) { in DfsBuildCycleInfo()195 auto s = dfsStack.top(); in DfsBuildCycleInfo()196 dfsStack.pop(); in DfsBuildCycleInfo()232 bool DfsPopState(DfsStack &dfsStack, DfsState &state) in DfsPopState() argument234 while (!dfsStack.empty()) { in DfsPopState()235 state = dfsStack.top(); in DfsPopState()236 dfsStack.pop(); in DfsPopState()247 DfsStack dfsStack; in RunDfsFromVertex() local253 DfsAction a = DfsVisitChildren(dfsStack, state); in RunDfsFromVertex()[all …]