Searched defs:StackElement (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSCCIterator.h50 struct StackElement { struct in class:llvm::scc_iterator
55 StackElement(NodeType *Node, const ChildItTy &Child, unsigned Min) function in struct:llvm::scc_iterator::StackElement
58 bool operator==(const StackElement &Other) const {
80 std::vector<StackElement> VisitStack;
146 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));

Completed in 103 milliseconds