Searched refs:ChildItTy (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 46 using ChildItTy = typename GT::ChildIteratorType; variable 53 ChildItTy NextChild; ///< The next child, modified inplace during DFS. 56 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() 220 for (ChildItTy CI = GT::child_begin(N), CE = GT::child_end(N); CI != CE; in hasLoop()
|
D | BreadthFirstIterator.h | 53 using ChildItTy = typename GT::ChildIteratorType; variable 56 using QueueElement = std::pair<NodeRef, Optional<ChildItTy>>; 81 Optional<ChildItTy> &ChildIt = H.second; in toNext()
|
D | DepthFirstIterator.h | 90 using ChildItTy = typename GT::ChildIteratorType; variable 95 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>; 122 Optional<ChildItTy> &Opt = VisitStack.back().second; in toNext()
|
D | PostOrderIterator.h | 100 using ChildItTy = typename GT::ChildIteratorType; variable 104 std::vector<std::pair<NodeRef, ChildItTy>> VisitStack;
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 46 using ChildItTy = typename GT::ChildIteratorType; variable 53 ChildItTy NextChild; ///< The next child, modified inplace during DFS. 56 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() 220 for (ChildItTy CI = GT::child_begin(N), CE = GT::child_end(N); CI != CE; in hasCycle()
|
D | BreadthFirstIterator.h | 53 using ChildItTy = typename GT::ChildIteratorType; variable 56 using QueueElement = std::pair<NodeRef, Optional<ChildItTy>>; 81 Optional<ChildItTy> &ChildIt = H.second; in toNext()
|
D | DepthFirstIterator.h | 90 using ChildItTy = typename GT::ChildIteratorType; variable 95 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>; 122 Optional<ChildItTy> &Opt = VisitStack.back().second; in toNext()
|
D | PostOrderIterator.h | 101 using ChildItTy = typename GT::ChildIteratorType; variable 105 SmallVector<std::pair<NodeRef, ChildItTy>, 8> 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/llvm-project/polly/lib/Transform/ |
D | ForwardOpTree.cpp | 878 using ChildItTy = in applyForwardingActions() typedef 880 using EdgeTy = std::pair<ForwardingAction *, ChildItTy>; in applyForwardingActions() 904 ChildItTy &TopEdge = Top.second; in applyForwardingActions()
|