Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSCCIterator.h47 using ChildItTy = typename GT::ChildIteratorType; variable
54 ChildItTy NextChild; ///< The next child, modified inplace during DFS.
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement()
218 for (ChildItTy CI = GT::child_begin(N), CE = GT::child_end(N); CI != CE; in hasLoop()
DBreadthFirstIterator.h54 using ChildItTy = typename GT::ChildIteratorType; variable
57 using QueueElement = std::pair<NodeRef, Optional<ChildItTy>>;
82 Optional<ChildItTy> &ChildIt = H.second; in toNext()
DDepthFirstIterator.h91 using ChildItTy = typename GT::ChildIteratorType; variable
96 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>;
123 Optional<ChildItTy> &Opt = VisitStack.back().second; in toNext()
DPostOrderIterator.h101 using ChildItTy = typename GT::ChildIteratorType; variable
105 std::vector<std::pair<NodeRef, ChildItTy>> VisitStack;
/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.h72 typedef typename GT::ChildIteratorType ChildItTy; typedef
78 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.h99 typedef typename GT::ChildIteratorType ChildItTy; typedef
103 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;
/external/swiftshader/third_party/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.h58 typedef typename GT::ChildIteratorType ChildItTy; typedef
62 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;