Searched refs:ChildItTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h72 typedef typename GT::ChildIteratorType ChildItTy; typedef in class:llvm::df_iterator
78 std::vector<std::pair<PointerIntTy, ChildItTy> > VisitStack;
103 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back();
105 ChildItTy &It = Top.second;
H A DSCCIterator.h40 typedef typename GT::ChildIteratorType ChildItTy; typedef in class:llvm::scc_iterator
61 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;
181 for (ChildItTy CI = GT::child_begin(N), CE=GT::child_end(N); CI != CE; ++CI)
H A DPostOrderIterator.h97 typedef typename GT::ChildIteratorType ChildItTy; typedef in class:llvm::po_iterator
101 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;

Completed in 126 milliseconds