Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h72 typedef typename GT::ChildIteratorType ChildItTy; typedef
78 std::vector<std::pair<PointerIntTy, ChildItTy> > VisitStack;
103 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); in toNext()
105 ChildItTy &It = Top.second; in toNext()
DSCCIterator.h40 typedef typename GT::ChildIteratorType ChildItTy; typedef
61 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;
181 for (ChildItTy CI = GT::child_begin(N), CE=GT::child_end(N); CI != CE; ++CI) in hasLoop()
DPostOrderIterator.h97 typedef typename GT::ChildIteratorType ChildItTy; typedef
101 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;