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