Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DSCCIterator.h45 typedef typename GT::ChildIteratorType ChildItTy; typedef
52 ChildItTy NextChild; ///< The next child, modified inplace during DFS.
55 StackElement(NodeType *Node, const ChildItTy &Child, unsigned Min) in StackElement()
216 for (ChildItTy CI = GT::child_begin(N), CE = GT::child_end(N); CI != CE; in hasLoop()
DDepthFirstIterator.h73 typedef typename GT::ChildIteratorType ChildItTy; typedef
79 std::vector<std::pair<PointerIntTy, ChildItTy> > VisitStack;
104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); in toNext()
106 ChildItTy &It = Top.second; in toNext()
DPostOrderIterator.h97 typedef typename GT::ChildIteratorType ChildItTy; typedef
101 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;