Lines Matching defs:NodeRef
138 using NodeRef = std::pair<RegionNode *, SmallDenseSet<RegionNode *> *>;
147 NodeRef, std::ptrdiff_t, NodeRef *, NodeRef> {
154 NodeRef operator*() const { return {*I, Nodes}; }
157 static bool filterAll(const NodeRef &N) { return true; }
158 static bool filterSet(const NodeRef &N) { return N.second->count(N.first); }
161 filter_iterator<WrappedSuccIterator, bool (*)(const NodeRef &)>;
163 static NodeRef getEntryNode(Region *R) {
167 static NodeRef getEntryNode(NodeRef N) { return N; }
169 static iterator_range<ChildIteratorType> children(const NodeRef &N) {
178 static ChildIteratorType child_begin(const NodeRef &N) {
182 static ChildIteratorType child_end(const NodeRef &N) {
438 scc_iterator<SubGraphTraits::NodeRef, SubGraphTraits>::begin(