Searched refs:ChildItTy (Results 1 – 3 of 3) sorted by relevance
45 typedef typename GT::ChildIteratorType ChildItTy; typedef52 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()
73 typedef typename GT::ChildIteratorType ChildItTy; typedef79 std::vector<std::pair<PointerIntTy, ChildItTy> > VisitStack;104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); in toNext()106 ChildItTy &It = Top.second; in toNext()
97 typedef typename GT::ChildIteratorType ChildItTy; typedef101 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;