Searched refs:StackElement (Results 1 – 2 of 2) sorted by relevance
55 struct StackElement { struct60 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() argument63 bool operator==(const StackElement &Other) const {85 std::vector<StackElement> VisitStack;154 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum)); in DFSVisitOne()
100 using StackElement = std::pair<NodeRef, std::optional<ChildItTy>>; variable103 std::vector<StackElement> VisitStack;107 VisitStack.push_back(StackElement(Node, std::nullopt)); in df_iterator()115 VisitStack.push_back(StackElement(Node, std::nullopt)); in df_iterator()139 VisitStack.push_back(StackElement(Next, std::nullopt)); in toNext()