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

/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h60 typename GraphT::ChildIteratorType NextSucc = Worklist.back().second; local
66 if (NextSucc == GraphT::child_begin(BB)) {
83 if (NextSucc == GraphT::child_end(BB)) {
92 typename GraphT::NodeType* Succ = *NextSucc;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDominatorInternals.h61 typename GraphT::ChildIteratorType NextSucc = Worklist.back().second; local
67 if (NextSucc == GraphT::child_begin(BB)) {
84 if (NextSucc == GraphT::child_end(BB)) {
93 typename GraphT::NodeType* Succ = *NextSucc;

Completed in 142 milliseconds