Searched defs:SubGraphTraits (Results 1 – 1 of 1) sorted by relevance
93 struct SubGraphTraits { struct94 using NodeRef = std::pair<RegionNode *, SmallDenseSet<RegionNode *> *>;95 using BaseSuccIterator = GraphTraits<RegionNode *>::ChildIteratorType;99 class WrappedSuccIterator113 static bool filterAll(const NodeRef &N) { return true; } in filterAll()116 using ChildIteratorType =119 static NodeRef getEntryNode(Region *R) { in getEntryNode()123 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode()125 static iterator_range<ChildIteratorType> children(const NodeRef &N) { in children()134 static ChildIteratorType child_begin(const NodeRef &N) { in child_begin()[all …]