Home
last modified time | relevance | path

Searched refs:NextSucc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h60 typename GraphT::ChildIteratorType NextSucc = Worklist.back().second; in DFSPass() local
66 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()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominatorInternals.h61 typename GraphT::ChildIteratorType NextSucc = Worklist.back().second; in DFSPass() local
67 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()