reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
86 : public std::iterator<std::forward_iterator_tag, typename GT::NodeRef>, 88 using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>; 89 using NodeRef = typename GT::NodeRef;include/llvm/ADT/GraphTraits.h
121 children(const typename GraphTraits<GraphType>::NodeRef &G) {
lib/Transforms/Vectorize/VPlan.h1358 static NodeRef getEntryNode(NodeRef N) { return N; } 1358 static NodeRef getEntryNode(NodeRef N) { return N; } 1360 static inline ChildIteratorType child_begin(NodeRef N) { 1364 static inline ChildIteratorType child_end(NodeRef N) { 1415 using nodes_iterator = df_iterator<NodeRef>; 1417 static NodeRef getEntryNode(GraphRef N) { return N->getEntry(); }