HomeSort by relevance Sort by last modified time
    Searched refs:ChildItTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 72 typedef typename GT::ChildIteratorType ChildItTy;
78 std::vector<std::pair<PointerIntTy, ChildItTy>> VisitStack;
104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back();
106 ChildItTy &It = Top.second;
SCCIterator.h 45 typedef typename GT::ChildIteratorType ChildItTy;
52 ChildItTy NextChild; ///< The next child, modified inplace during DFS.
55 StackElement(NodeType *Node, const ChildItTy &Child, unsigned Min)
216 for (ChildItTy CI = GT::child_begin(N), CE = GT::child_end(N); CI != CE;
PostOrderIterator.h 99 typedef typename GT::ChildIteratorType ChildItTy;
103 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;

Completed in 738 milliseconds