Lines Matching defs:NodeRef
98 using NodeRef = std::pair<RegionNode *, SmallDenseSet<RegionNode *> *>;
107 NodeRef, std::ptrdiff_t, NodeRef *, NodeRef> {
114 NodeRef operator*() const { return {*I, Nodes}; }
117 static bool filterAll(const NodeRef &N) { return true; }
118 static bool filterSet(const NodeRef &N) { return N.second->count(N.first); }
121 filter_iterator<WrappedSuccIterator, bool (*)(const NodeRef &)>;
123 static NodeRef getEntryNode(Region *R) {
127 static NodeRef getEntryNode(NodeRef N) { return N; }
129 static iterator_range<ChildIteratorType> children(const NodeRef &N) {
138 static ChildIteratorType child_begin(const NodeRef &N) {
142 static ChildIteratorType child_end(const NodeRef &N) {
394 scc_iterator<SubGraphTraits::NodeRef, SubGraphTraits>::begin(