Searched defs:SubGraphTraits (Results 1 – 1 of 1) sorted by relevance
135 struct SubGraphTraits { struct136 using NodeRef = std::pair<RegionNode *, SmallDenseSet<RegionNode *> *>;137 using BaseSuccIterator = GraphTraits<RegionNode *>::ChildIteratorType;141 class WrappedSuccIterator155 static bool filterAll(const NodeRef &N) { return true; } in filterAll()156 static bool filterSet(const NodeRef &N) { return N.second->count(N.first); } in filterSet()158 using ChildIteratorType =161 static NodeRef getEntryNode(Region *R) { in getEntryNode()165 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode()167 static iterator_range<ChildIteratorType> children(const NodeRef &N) { in children()[all …]