Searched refs:NextSucc (Results 1 – 1 of 1) sorted by relevance
61 typename GraphT::ChildIteratorType NextSucc = Worklist.back().second; in DFSPass() local67 if (NextSucc == GraphT::child_begin(BB)) { in DFSPass()84 if (NextSucc == GraphT::child_end(BB)) { in DFSPass()93 typename GraphT::NodeType* Succ = *NextSucc; in DFSPass()