Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSCCIterator.h51 struct StackElement { struct
56 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() argument
59 bool operator==(const StackElement &Other) const {
81 std::vector<StackElement> VisitStack;
150 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum)); in DFSVisitOne()
DDepthFirstIterator.h95 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>; variable
98 std::vector<StackElement> VisitStack;
103 VisitStack.push_back(StackElement(Node, None)); in df_iterator()
111 VisitStack.push_back(StackElement(Node, None)); in df_iterator()
135 VisitStack.push_back(StackElement(Next, None)); in toNext()