Searched refs:ChildItTy (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 47 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()
|
D | BreadthFirstIterator.h | 54 using ChildItTy = typename GT::ChildIteratorType; variable 57 using QueueElement = std::pair<NodeRef, Optional<ChildItTy>>; 82 Optional<ChildItTy> &ChildIt = H.second; in toNext()
|
D | DepthFirstIterator.h | 91 using ChildItTy = typename GT::ChildIteratorType; variable 96 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>; 123 Optional<ChildItTy> &Opt = VisitStack.back().second; in toNext()
|
D | PostOrderIterator.h | 101 using ChildItTy = typename GT::ChildIteratorType; variable 105 std::vector<std::pair<NodeRef, ChildItTy>> VisitStack;
|
/external/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 45 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()
|
D | DepthFirstIterator.h | 72 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()
|
D | PostOrderIterator.h | 99 typedef typename GT::ChildIteratorType ChildItTy; typedef 103 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DepthFirstIterator.h | 72 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()
|
D | SCCIterator.h | 40 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()
|
D | PostOrderIterator.h | 58 typedef typename GT::ChildIteratorType ChildItTy; typedef 62 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;
|