Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSCCIterator.h46 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()
DBreadthFirstIterator.h53 using ChildItTy = typename GT::ChildIteratorType; variable
56 using QueueElement = std::pair<NodeRef, Optional<ChildItTy>>;
81 Optional<ChildItTy> &ChildIt = H.second; in toNext()
DDepthFirstIterator.h90 using ChildItTy = typename GT::ChildIteratorType; variable
95 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>;
122 Optional<ChildItTy> &Opt = VisitStack.back().second; in toNext()
DPostOrderIterator.h100 using ChildItTy = typename GT::ChildIteratorType; variable
104 std::vector<std::pair<NodeRef, ChildItTy>> VisitStack;
/external/llvm-project/llvm/include/llvm/ADT/
DSCCIterator.h46 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()
DBreadthFirstIterator.h53 using ChildItTy = typename GT::ChildIteratorType; variable
56 using QueueElement = std::pair<NodeRef, Optional<ChildItTy>>;
81 Optional<ChildItTy> &ChildIt = H.second; in toNext()
DDepthFirstIterator.h90 using ChildItTy = typename GT::ChildIteratorType; variable
95 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>;
122 Optional<ChildItTy> &Opt = VisitStack.back().second; in toNext()
DPostOrderIterator.h101 using ChildItTy = typename GT::ChildIteratorType; variable
105 SmallVector<std::pair<NodeRef, ChildItTy>, 8> 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/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp878 using ChildItTy = in applyForwardingActions() typedef
880 using EdgeTy = std::pair<ForwardingAction *, ChildItTy>; in applyForwardingActions()
904 ChildItTy &TopEdge = Top.second; in applyForwardingActions()